diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-17 01:35:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-11-22 18:52:21 +0300 |
commit | d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8 (patch) | |
tree | 89236d3dcdf6245c75d761fde09040d9d2a56480 /tests/parser/test-004.cli | |
parent | be3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca (diff) | |
download | cli-d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8.tar.gz cli-d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8.tar.xz cli-d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8.zip |
Add support for build2 for tests and examples
Diffstat (limited to 'tests/parser/test-004.cli')
-rw-r--r-- | tests/parser/test-004.cli | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/parser/test-004.cli b/tests/parser/test-004.cli deleted file mode 100644 index e913288..0000000 --- a/tests/parser/test-004.cli +++ /dev/null @@ -1,8 +0,0 @@ -// option-def-seq -// -class c -{ - bool -a; - int -b; - float -c; -}; |