summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-lexyacc/calc.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-lexyacc/calc.ml')
-rw-r--r--testsuite/tests/tool-lexyacc/calc.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/tool-lexyacc/calc.ml b/testsuite/tests/tool-lexyacc/calc.ml
index ec2bb79572..f0ded38605 100644
--- a/testsuite/tests/tool-lexyacc/calc.ml
+++ b/testsuite/tests/tool-lexyacc/calc.ml
@@ -1,9 +1,9 @@
(* TEST
- modules = "calc_parser.mly calc_lexer.mll"
- ocamllex_flags = " -q "
- ocamlyacc_flags = " -q "
- readonly_files = "calc_input.txt"
- stdin = "calc_input.txt"
+ modules = "calc_parser.mly calc_lexer.mll";
+ ocamllex_flags = " -q ";
+ ocamlyacc_flags = " -q ";
+ readonly_files = "calc_input.txt";
+ stdin = "calc_input.txt";
*)
let _ =
try