summaryrefslogtreecommitdiff
path: root/tests/parser/test-004.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-004.cli')
-rw-r--r--tests/parser/test-004.cli8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/parser/test-004.cli b/tests/parser/test-004.cli
deleted file mode 100644
index e913288..0000000
--- a/tests/parser/test-004.cli
+++ /dev/null
@@ -1,8 +0,0 @@
-// option-def-seq
-//
-class c
-{
- bool -a;
- int -b;
- float -c;
-};