summaryrefslogtreecommitdiffstats
path: root/src/test/CTests/FunctionPointer.test.ts
diff options
context:
space:
mode:
authorRowan Goemans <RB.Goemans@student.han.nl>2017-12-31 03:00:06 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2018-02-20 22:02:22 +0100
commit66b0bf79c44084dfa431398257735f2d47e2d08c (patch)
tree95cc3cd6318d16255b5d88096bd467ec40e2d37a /src/test/CTests/FunctionPointer.test.ts
parent16e4ed410f2bc29e528bf6ec872bdf92478749a7 (diff)
downloaddoxdocgen-66b0bf79c44084dfa431398257735f2d47e2d08c.tar.gz
-- Renamed unit test with a C++ prefix to make sure future unit tests for other languages can be easily distinguished.
Diffstat (limited to 'src/test/CTests/FunctionPointer.test.ts')
-rw-r--r--src/test/CTests/FunctionPointer.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CTests/FunctionPointer.test.ts b/src/test/CTests/FunctionPointer.test.ts
index b5cd3bb..a353380 100644
--- a/src/test/CTests/FunctionPointer.test.ts
+++ b/src/test/CTests/FunctionPointer.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("Function pointer Tests", () => {
+suite("C++ - Function pointer Tests", () => {
const testSetup: TestSetup = new TestSetup("void foo();");
// Tests