summaryrefslogtreecommitdiff
path: root/tests/parser/test-002.cli
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/test-002.cli')
-rw-r--r--tests/parser/test-002.cli15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/parser/test-002.cli b/tests/parser/test-002.cli
deleted file mode 100644
index f8f368e..0000000
--- a/tests/parser/test-002.cli
+++ /dev/null
@@ -1,15 +0,0 @@
-// namespace-def, namespace-def-body
-//
-namespace n1 {}
-
-namespace n1
-{
- namespace n2 {}
- class c {};
- namespace n2
- {
- namespace n3 {}
- }
-}
-
-namespace n4 {}