Skip to content

Commit

Permalink
Remove anoying \n in test
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw authored and voodoos committed Feb 20, 2025
1 parent 8580cfa commit 92c3ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-dirs/occurrences/project-wide/union.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ the marshal wouldn't be granular):

A signature containing the same symbols:

$ echo "module type S = sig\n$(cat test.mli)\nend" >sig.ml
$ echo "module type S = sig\n$(cat test.mli)\nend" >sig.mli
$ echo "module type S = sig $(cat test.mli) end" >sig.ml
$ echo "module type S = sig $(cat test.mli) end" >sig.mli
$ $OCAMLC -bin-annot -bin-annot-occurrences -c sig.mli sig.ml

At this point `ŧest` and `sig` are unrelated. We'll later force their unification with:
Expand Down

0 comments on commit 92c3ba9

Please sign in to comment.