Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Test suite fails #6

Open
rgrinberg opened this issue Oct 3, 2018 · 1 comment
Open

Test suite fails #6

rgrinberg opened this issue Oct 3, 2018 · 1 comment

Comments

@rgrinberg
Copy link
Collaborator

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?

@xclerc
Copy link
Contributor

xclerc commented Oct 4, 2018

Indeed; sorry for that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants