summaryrefslogtreecommitdiff
path: root/tests/ctor/test.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ctor/test.cli')
-rw-r--r--tests/ctor/test.cli8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli
deleted file mode 100644
index 869418d..0000000
--- a/tests/ctor/test.cli
+++ /dev/null
@@ -1,8 +0,0 @@
-// file : tests/ctor/test.cli
-// author : Boris Kolpackov <boris@codesynthesis.com>
-// license : MIT; see accompanying LICENSE file
-
-class options
-{
- bool --help;
-};