mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Update BfCompiler.cpp
Added a check for a Name property
This commit is contained in:
parent
f88e752303
commit
e98681d668
1 changed files with 4 additions and 0 deletions
|
@ -961,6 +961,10 @@ void BfCompiler::EmitTestMethod(BfVDataModule* bfModule, Array<TestMethod>& test
|
||||||
{
|
{
|
||||||
testMethod.mName += "Ig";
|
testMethod.mName += "Ig";
|
||||||
}
|
}
|
||||||
|
else if (fieldDef->mName == "Name")
|
||||||
|
{
|
||||||
|
testMethod.mName += "Ovwn";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue