diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:01:48 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-07-10 13:01:48 +1000 |
commit | f9fc35785b53aa097a09ab1b865d33497ee1802e (patch) | |
tree | a6c8ea8e913ceab2c08e9f7698332bff08681552 /impl/antlr/test-file | |
parent | d11acd6d52351b35c102e9c18e32d38a11975c5b (diff) |
Move antlr. Add `make test` to Makefile.
Diffstat (limited to 'impl/antlr/test-file')
-rw-r--r-- | impl/antlr/test-file | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/impl/antlr/test-file b/impl/antlr/test-file deleted file mode 100644 index 0e7f8f0..0000000 --- a/impl/antlr/test-file +++ /dev/null @@ -1,2 +0,0 @@ -y = min(1, z) -z = y+1 |