diff options
| author | Rowan Goemans <RB.Goemans@student.han.nl> | 2018-01-01 20:19:58 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-02-20 22:02:22 +0100 |
| commit | d9cef62f8778fcdc39d26802d5d7457c97e9dfc0 (patch) | |
| tree | 56a66694227f4529319208cec317ed7aa08c91a4 /src/test/CppTests/Config.tests.ts | |
| parent | 31f6517aa5d8d3ccdd0b39880337c000943d08c1 (diff) | |
| download | doxdocgen-d9cef62f8778fcdc39d26802d5d7457c97e9dfc0.tar.gz | |
-- Finished all parameter tests.
-- Added support for all C++ string literals.
Diffstat (limited to 'src/test/CppTests/Config.tests.ts')
| -rw-r--r-- | src/test/CppTests/Config.tests.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/CppTests/Config.tests.ts b/src/test/CppTests/Config.tests.ts index 3d5fc0a..0143341 100644 --- a/src/test/CppTests/Config.tests.ts +++ b/src/test/CppTests/Config.tests.ts @@ -16,5 +16,4 @@ suite("C++ - Configuration Tests", () => { const testSetup: TestSetup = new TestSetup("void foo();"); // Tests - }); |