summaryrefslogtreecommitdiff
path: root/tests/parser/test-007-base.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-007-base.cli')
-rw-r--r--tests/parser/test-007-base.cli11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/parser/test-007-base.cli b/tests/parser/test-007-base.cli
deleted file mode 100644
index 7c02a39..0000000
--- a/tests/parser/test-007-base.cli
+++ /dev/null
@@ -1,11 +0,0 @@
-class b1 {};
-
-namespace n1
-{
- class b2 {};
-
- namespace i1
- {
- class b3 {};
- }
-}