Skip to content

Commit

Permalink
test: more drastic sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed May 17, 2024
1 parent e2eda7c commit 5710035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test-dirs/inconsistent-assumptions.t
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,11 @@ 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
$ TERM=dumb $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 4
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 5710035

Please sign in to comment.