From 10aac7196a3a701860525d0f466896efe182d39a Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Sun, 31 Dec 2017 03:32:51 +0100 Subject: -- Added missing test for edge case for fundamental types unit test. --- src/test/CTests/Con-AndDestructor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/CTests/Con-AndDestructor.test.ts') 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 -- cgit v1.2.3