mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +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;
|
BfFieldDef* fieldDef = field.mFieldRef;
|
||||||
if (fieldDef->mName == "ShouldFail")
|
if (fieldDef->mName == "ShouldFail")
|
||||||
{
|
{
|
||||||
testMethod.mName += "Sf";
|
testMethod.mName += "Sf\a";
|
||||||
}
|
}
|
||||||
else if (fieldDef->mName == "Profile")
|
else if (fieldDef->mName == "Profile")
|
||||||
{
|
{
|
||||||
testMethod.mName += "Pr";
|
testMethod.mName += "Pr\a";
|
||||||
}
|
}
|
||||||
else if (fieldDef->mName == "Ignore")
|
else if (fieldDef->mName == "Ignore")
|
||||||
{
|
{
|
||||||
testMethod.mName += "Ig";
|
testMethod.mName += "Ig\a";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((constant != NULL) && (constant->mTypeCode == BfTypeCode_StringId))
|
else if ((constant != NULL) && (constant->mTypeCode == BfTypeCode_StringId))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue