summaryrefslogtreecommitdiff
path: root/testsuite/tests/formats-transition
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
commitd3a5c923939a1fc03cc14c005d61210d8c3bd546 (patch)
tree5459de2b7b6cbaa1167d18224f1ea5d256e2f3f7 /testsuite/tests/formats-transition
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
Diffstat (limited to 'testsuite/tests/formats-transition')
-rw-r--r--testsuite/tests/formats-transition/deprecated_unsigned_printers.ml2
-rw-r--r--testsuite/tests/formats-transition/ignored_scan_counters.ml2
-rw-r--r--testsuite/tests/formats-transition/legacy_incompatible_flags.ml4
-rw-r--r--testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml4
4 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/formats-transition/deprecated_unsigned_printers.ml b/testsuite/tests/formats-transition/deprecated_unsigned_printers.ml
index 21f4bf4226..76af1fbdf6 100644
--- a/testsuite/tests/formats-transition/deprecated_unsigned_printers.ml
+++ b/testsuite/tests/formats-transition/deprecated_unsigned_printers.ml
@@ -1,5 +1,5 @@
(* TEST
- * toplevel
+ toplevel;
*)
(* %n, %l, %N and %L have a scanf-specific semantics, but are supposed
diff --git a/testsuite/tests/formats-transition/ignored_scan_counters.ml b/testsuite/tests/formats-transition/ignored_scan_counters.ml
index bc625511d0..a597532f80 100644
--- a/testsuite/tests/formats-transition/ignored_scan_counters.ml
+++ b/testsuite/tests/formats-transition/ignored_scan_counters.ml
@@ -1,5 +1,5 @@
(* TEST
- * toplevel
+ toplevel;
*)
(* Benoit's patch did not support %_[nlNL]; test their behavior *)
diff --git a/testsuite/tests/formats-transition/legacy_incompatible_flags.ml b/testsuite/tests/formats-transition/legacy_incompatible_flags.ml
index 91b0f6f07f..b9978026ce 100644
--- a/testsuite/tests/formats-transition/legacy_incompatible_flags.ml
+++ b/testsuite/tests/formats-transition/legacy_incompatible_flags.ml
@@ -1,6 +1,6 @@
(* TEST
- flags = "-no-strict-formats"
- * toplevel
+ flags = "-no-strict-formats";
+ toplevel;
*)
(* the legacy parser ignores flags on formatters on which they make no
diff --git a/testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml b/testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml
index 9bbaa178a3..c03de65e20 100644
--- a/testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml
+++ b/testsuite/tests/formats-transition/legacy_unfinished_modifiers.ml
@@ -1,6 +1,6 @@
(* TEST
- flags = "-no-strict-formats"
- * toplevel
+ flags = "-no-strict-formats";
+ toplevel;
*)
(* test whether padding modifiers are accepted without any padding