Skip to content

Commit

Permalink
test: make test reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed May 17, 2024
1 parent 4c2412d commit 2ac4c23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test-dirs/inconsistent-assumptions.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ Do an update that breaks the build:
$ cd _build
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Import import.ml
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Bar bar.ml
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Foo foo.ml
$ $OCAMLC -c -w @a-40-41-42-49-70 -short-paths -open My_lib__ -o my_lib__Foo foo.ml 2>&1 | head -n 3
File "foo.ml", line 4, characters 11-12:
4 | let x, _ = x + 1, Bar.b
^
Error: This expression has type char but an expression was expected of type
int
[2]
$ cd ..

Go to the file, and ask merlin to move you to the error:
Expand Down

0 comments on commit 2ac4c23

Please sign in to comment.