summaryrefslogtreecommitdiff
path: root/tests/combined/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/combined/test.cli')
-rw-r--r--tests/combined/test.cli16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/combined/test.cli b/tests/combined/test.cli
deleted file mode 100644
index 1576859..0000000
--- a/tests/combined/test.cli
+++ /dev/null
@@ -1,16 +0,0 @@
-// file : tests/combined/test.cli
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// license : MIT; see accompanying LICENSE file
-
-include <string>;
-
-class options
-{
- std::string --foo|-f;
-
- bool -x;
- bool -y;
- bool -z;
-
- bool --xyz;
-};