diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2017-12-31 03:00:06 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-02-20 22:02:22 +0100 |
| commit | 66b0bf79c44084dfa431398257735f2d47e2d08c (patch) | |
| tree | 95cc3cd6318d16255b5d88096bd467ec40e2d37a /src/test/CTests/Attributes.test.ts | |
| parent | 16e4ed410f2bc29e528bf6ec872bdf92478749a7 (diff) | |
| download | doxdocgen-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/Attributes.test.ts')
| -rw-r--r-- | src/test/CTests/Attributes.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CTests/Attributes.test.ts b/src/test/CTests/Attributes.test.ts index b4cffbb..bfeaef1 100644 --- a/src/test/CTests/Attributes.test.ts +++ b/src/test/CTests/Attributes.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("Attributes Tests", () => { +suite("C++ - Attributes Tests", () => { const testSetup: TestSetup = new TestSetup("void foo();"); // Tests |