From d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Nov 2016 01:35:29 +0300 Subject: Add support for build2 for tests and examples --- tests/parser/test-003.cli | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/parser/test-003.cli (limited to 'tests/parser/test-003.cli') diff --git a/tests/parser/test-003.cli b/tests/parser/test-003.cli deleted file mode 100644 index 2920b16..0000000 --- a/tests/parser/test-003.cli +++ /dev/null @@ -1,23 +0,0 @@ -// class-def, inheritance-spec, abstract-spec -// -class c1 -{ -}; - -class c2 = 0 -{ -}; - -class c3: c1, ::c2 -{ -}; - -namespace n1 -{ - class c {}; -} - -class c4: n1::c = 0 -{ -}; - -- cgit