summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/CppTests')
-rw-r--r--src/test/CppTests/Con-AndDestructor.test.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/CppTests/Con-AndDestructor.test.ts b/src/test/CppTests/Con-AndDestructor.test.ts
index 6bf3242..7858c30 100644
--- a/src/test/CppTests/Con-AndDestructor.test.ts
+++ b/src/test/CppTests/Con-AndDestructor.test.ts
@@ -15,6 +15,8 @@ import TestSetup from "./TestSetup";
suite("C++ - Con- and Destructor Tests", () => {
const testSetup: TestSetup = new TestSetup("void foo();");
+ testSetup.cfg.generateSmartText = false;
+
// Tests
test("Normal Constructor", () => {
const result = testSetup.SetLine("Foo(int a);").GetResult();