Skip to content

Commit

Permalink
Remove stray debugging commands from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 3, 2020
1 parent 0223008 commit 51e5fbd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/instrument/pattern/exception.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ patterns.
| _ ->
___bisect_visit___ 8;
___bisect_post_visit___ 2 (print_endline "baz")
$ dune build ./test.bc --instrument-with bisect_ppx
1 change: 0 additions & 1 deletion test/instrument/pattern/row.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ Or-pattern instrumentation does not prevent row type generalization.
| _ -> ());
()
end
$ dune build ./test.bc --instrument-with bisect_ppx
1 change: 0 additions & 1 deletion test/instrument/recent/gadt.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ GADT. See https://github.com/aantron/bisect_ppx/issues/325.
()
| _ -> ());
())
$ dune build ./test.bc --instrument-with bisect_ppx
With function.
Expand Down
1 change: 0 additions & 1 deletion test/instrument/recent/refutation.t
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ instrumented.
| _ -> ());
()
| `C | `D -> assert false
$ dune build ./test.bc --instrument-with bisect_ppx

0 comments on commit 51e5fbd

Please sign in to comment.