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.cli11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/parser/test-004.cli b/tests/parser/test-004.cli
index 5497dca..e913288 100644
--- a/tests/parser/test-004.cli
+++ b/tests/parser/test-004.cli
@@ -1,7 +1,8 @@
-class c1
+// option-def-seq
+//
+class c
{
+ bool -a;
+ int -b;
+ float -c;
};
-
-class c2
-{
-}; \ No newline at end of file