diff options
| author | Zongyuan Zuo <eternalphane@gmail.com> | 2019-11-16 11:13:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-16 11:13:48 +0800 |
| commit | 05fee9e8eb71c8ed1c3f6e47110040c105cd42eb (patch) | |
| tree | 74a7de00fc142bcac8e93bf724553d9efd536847 /src/test/CppTests/Con-AndDestructor.test.ts | |
| parent | 5648d5ed96d6150f14530f14df5842dc248bf4be (diff) | |
| parent | d12cfa9537790ce3489967f77de18ef52717daeb (diff) | |
| download | doxdocgen-05fee9e8eb71c8ed1c3f6e47110040c105cd42eb.tar.gz | |
Merge branch 'master' into master
Diffstat (limited to 'src/test/CppTests/Con-AndDestructor.test.ts')
| -rw-r--r-- | src/test/CppTests/Con-AndDestructor.test.ts | 2 |
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 36e4fd6..ba60501 100644 --- a/src/test/CppTests/Con-AndDestructor.test.ts +++ b/src/test/CppTests/Con-AndDestructor.test.ts @@ -54,7 +54,7 @@ suite("C++ - Con- and Destructor Tests", () => { }); test("Deleted Destructor", () => { - const result = testSetup.SetLine("virtual ~Foo() = 0").GetResult(); + const result = testSetup.SetLine("virtual ~Foo() = 0;").GetResult(); assert.equal("/**\n * @brief \n * \n */", result); }); |