summaryrefslogtreecommitdiff
path: root/testsuite/tests/runtime-C-exceptions/test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/runtime-C-exceptions/test.ml')
-rw-r--r--testsuite/tests/runtime-C-exceptions/test.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/runtime-C-exceptions/test.ml b/testsuite/tests/runtime-C-exceptions/test.ml
index 17bf425227..7bc2671889 100644
--- a/testsuite/tests/runtime-C-exceptions/test.ml
+++ b/testsuite/tests/runtime-C-exceptions/test.ml
@@ -1,5 +1,5 @@
(* TEST
- modules = "stub_test.c"
+ modules = "stub_test.c";
*)
external failwith_from_ocaml : string -> 'a = "caml_failwith_value"