summaryrefslogtreecommitdiff
path: root/tests/specifier/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specifier/test.cli')
-rw-r--r--tests/specifier/test.cli12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli
deleted file mode 100644
index f8fdf96..0000000
--- a/tests/specifier/test.cli
+++ /dev/null
@@ -1,12 +0,0 @@
-// file : tests/specifier/test.cli
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// license : MIT; see accompanying LICENSE file
-
-include <string>;
-
-class options
-{
- bool -a;
- int -b = 1;
- std::string -c;
-};