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-006.cli | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/parser/test-006.cli (limited to 'tests/parser/test-006.cli') diff --git a/tests/parser/test-006.cli b/tests/parser/test-006.cli deleted file mode 100644 index 5b555e4..0000000 --- a/tests/parser/test-006.cli +++ /dev/null @@ -1,16 +0,0 @@ -// option-doc -// -class c -{ - bool --help | -h {"Help me"}; - - int --comp = 5 - { - "", - "Set compression level", - "Set compression level to . - - The minimum value for this options is 0 and - maximum is 9." - }; -}; -- cgit v1.1