summaryrefslogtreecommitdiffstats
path: root/src/test/CTests/Con-AndDestructor.test.ts
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-12-31 03:32:51 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-20 22:02:22 +0100
commit10aac7196a3a701860525d0f466896efe182d39a (patch)
tree9c5e430ba24b464635219e5d99807d886943251b /src/test/CTests/Con-AndDestructor.test.ts
parent66b0bf79c44084dfa431398257735f2d47e2d08c (diff)
downloaddoxdocgen-10aac7196a3a701860525d0f466896efe182d39a.tar.gz
-- Added missing test for edge case for fundamental types unit test.
Diffstat (limited to 'src/test/CTests/Con-AndDestructor.test.ts')
-rw-r--r--src/test/CTests/Con-AndDestructor.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CTests/Con-AndDestructor.test.ts b/src/test/CTests/Con-AndDestructor.test.ts
index f1663dd..6bf3242 100644
--- a/src/test/CTests/Con-AndDestructor.test.ts
+++ b/src/test/CTests/Con-AndDestructor.test.ts
@@ -12,7 +12,7 @@ import * as vscode from "vscode";
import TestSetup from "./TestSetup";
// Defines a Mocha test suite to group tests of similar kind together
-suite("Con- and Destructor Tests", () => {
+suite("C++ - Con- and Destructor Tests", () => {
const testSetup: TestSetup = new TestSetup("void foo();");
// Tests