mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Further bugfix
This commit is contained in:
parent
aa4287ed55
commit
5c6866d078
1 changed files with 3 additions and 3 deletions
|
@ -951,15 +951,15 @@ void BfCompiler::EmitTestMethod(BfVDataModule* bfModule, Array<TestMethod>& test
|
|||
BfFieldDef* fieldDef = field.mFieldRef;
|
||||
if (fieldDef->mName == "ShouldFail")
|
||||
{
|
||||
testMethod.mName += "Sf";
|
||||
testMethod.mName += "Sf\a";
|
||||
}
|
||||
else if (fieldDef->mName == "Profile")
|
||||
{
|
||||
testMethod.mName += "Pr";
|
||||
testMethod.mName += "Pr\a";
|
||||
}
|
||||
else if (fieldDef->mName == "Ignore")
|
||||
{
|
||||
testMethod.mName += "Ig";
|
||||
testMethod.mName += "Ig\a";
|
||||
}
|
||||
}
|
||||
else if ((constant != NULL) && (constant->mTypeCode == BfTypeCode_StringId))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue