We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fccfbb + f8bba50 commit e905c06Copy full SHA for e905c06
tests/suite/elpi_api.ml
@@ -26,7 +26,7 @@ let () = declare "sepcomp3"
26
let () = declare "sepcomp4"
27
~source_dune:"sepcomp4.exe"
28
~description:"separate compilation double naming"
29
- ~expectation:Test.(FailureOutput (Str.regexp "Two types for the same symbol cannot only differ on modes"))
+ ~expectation:Test.(FailureOutput (Str.regexp "Two types for the symbol p cannot only differ on modes"))
30
()
31
32
let () = declare "sepcomp5"
0 commit comments