This repository was archived by the owner on Sep 26, 2019. It is now read-only.

Description
I get the following error when running the test suite:
|let%expect_test "match failure" =
| begin try match%view int 3 with
| | Pexp_constant (Pconst_integer ("2", _)) ->
| print_string "matched"
| with e ->
| print_string (Printexc.to_string e)
-| end;[%expect {|"Match_failure .*test.ml:12:18" (regexp)|}]
+| end;[%expect {|"Match_failure test/test.ml:12:18"|}]
Did someone forget to promote the test suite perhaps?