diff options
Diffstat (limited to 'camlp4/test/fixtures/gram.ml')
-rw-r--r-- | camlp4/test/fixtures/gram.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camlp4/test/fixtures/gram.ml b/camlp4/test/fixtures/gram.ml deleted file mode 100644 index 6a5f7e344..000000000 --- a/camlp4/test/fixtures/gram.ml +++ /dev/null @@ -1,2 +0,0 @@ -EXTEND G expr: [[ l = LIST0 STRING -> l ]]; END; -EXTEND G expr: [[ l = LIST0 [ x = STRING -> x ] -> l ]]; END; |