summaryrefslogtreecommitdiff
path: root/tests/parser/test-006.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-006.cli')
-rw-r--r--tests/parser/test-006.cli16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/parser/test-006.cli b/tests/parser/test-006.cli
deleted file mode 100644
index 5b555e4..0000000
--- a/tests/parser/test-006.cli
+++ /dev/null
@@ -1,16 +0,0 @@
-// option-doc
-//
-class c
-{
- bool --help | -h {"Help me"};
-
- int --comp = 5
- {
- "<level>",
- "Set compression level",
- "Set compression level to <level>.
-
- The minimum value for this options is 0 and
- maximum is 9."
- };
-};