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

Test suite fails #6

@rgrinberg

Description

@rgrinberg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions