Skip to content

Commit

Permalink
pr204: disable mapn test for ppx_let
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Sep 29, 2020
1 parent 3e9a4cc commit 81a21a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib_test/test_let_syntax_ppx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ let (_ : int t) =
in
2

(* [mapn] support was introduced in ppx_let.v0.14.0, which CI does not reliably
install. *)
(*
let (_ : int t) =
let%mapn (_ : char) = any_char
and (_ : string) = string "foo"
in
2
*)

0 comments on commit 81a21a1

Please sign in to comment.