diff --git a/IDEHelper/Compiler/BfCompiler.cpp b/IDEHelper/Compiler/BfCompiler.cpp index 5a392899..822fe11c 100644 --- a/IDEHelper/Compiler/BfCompiler.cpp +++ b/IDEHelper/Compiler/BfCompiler.cpp @@ -971,7 +971,7 @@ void BfCompiler::EmitTestMethod(BfVDataModule* bfModule, Array& test if (str != NULL) { testMethod.mName += "Name"; - testMethod.mName += SlashString(*str, true, true, true);; + testMethod.mName += SlashString(*str, true, true, true); testMethod.mName += '\a'; } }