summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Con-AndDestructor.test.ts
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2018-03-01 23:17:23 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-03-02 20:24:28 +0100
commit5368c8151df632ba0ebd863cbc7ff105dc4027bf (patch)
treedd27cde65349833d14fde7a12880958592016dc3 /src/test/CppTests/Con-AndDestructor.test.ts
parenta936ada9f3609466f73d7c23450bfb3c0ce7e6ee (diff)
downloaddoxdocgen-5368c8151df632ba0ebd863cbc7ff105dc4027bf.tar.gz
Change config structure
Diffstat (limited to 'src/test/CppTests/Con-AndDestructor.test.ts')
-rw-r--r--src/test/CppTests/Con-AndDestructor.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CppTests/Con-AndDestructor.test.ts b/src/test/CppTests/Con-AndDestructor.test.ts
index 7858c30..36e4fd6 100644
--- a/src/test/CppTests/Con-AndDestructor.test.ts
+++ b/src/test/CppTests/Con-AndDestructor.test.ts
@@ -15,7 +15,7 @@ import TestSetup from "./TestSetup";
suite("C++ - Con- and Destructor Tests", () => {
const testSetup: TestSetup = new TestSetup("void foo();");
- testSetup.cfg.generateSmartText = false;
+ testSetup.cfg.Generic.generateSmartText = false;
// Tests
test("Normal Constructor", () => {