Skip to content

Commit e905c06

Browse files
authored
Merge pull request #373 from LPCIC/fix-test
fix test output
2 parents 5fccfbb + f8bba50 commit e905c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/elpi_api.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let () = declare "sepcomp3"
2626
let () = declare "sepcomp4"
2727
~source_dune:"sepcomp4.exe"
2828
~description:"separate compilation double naming"
29-
~expectation:Test.(FailureOutput (Str.regexp "Two types for the same symbol cannot only differ on modes"))
29+
~expectation:Test.(FailureOutput (Str.regexp "Two types for the symbol p cannot only differ on modes"))
3030
()
3131

3232
let () = declare "sepcomp5"

0 commit comments

Comments
 (0)