diff options
Diffstat (limited to 'src/test/CTests/Con-AndDestructor.test.ts')
| -rw-r--r-- | src/test/CTests/Con-AndDestructor.test.ts | 2 |
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 |