Skip to content

Commit 451a805

Browse files
committed
Add test (we think / hope this will fail in CI)
1 parent 848aca6 commit 451a805

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Exception: Assert_failure ("//toplevel//", 9, 0).
2+
Called from Stdlib__Fun.protect in file "fun.ml", line 37, characters 8-15
3+
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 42, characters 6-52
4+
Called from Topeval.load_lambda in file "ocaml/toplevel/byte/topeval.ml", line 90, characters 4-150
5+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
(* TEST
2+
exit_status = "2"
3+
* toplevel
4+
* toplevel.opt
5+
reference = "${test_source_directory}/any.native.reference"
6+
*)
7+
8+
(* This checks that things with layout "any" don't cause problems in [Tstr_eval] *)
9+
assert false;;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Exception: Assert_failure ("//toplevel//", 9, 0).
2+

0 commit comments

Comments
 (0)