Skip to content

Commit

Permalink
Work around missing expect_test_sexp_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 78f32f7 commit a93f476
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions incr_map/test/benchmarks/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(library (name incr_map_benchmarks)
(libraries core incremental incr_map incr_map_test)
(preprocess (pps ppx_jane)))
; (library (name incr_map_benchmarks)
; (libraries core incremental incr_map incr_map_test)
; (preprocess (pps ppx_jane)))
4 changes: 2 additions & 2 deletions incr_map/test/benchmarks/flamegraph_generation_tools/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(executables (names html_table) (libraries incr_map_benchmarks)
(preprocess (pps ppx_jane)))
; (executables (names html_table) (libraries incr_map_benchmarks)
; (preprocess (pps ppx_jane)))
8 changes: 4 additions & 4 deletions incr_map/test/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(library (name incr_map_test)
(libraries core incremental incr_map expect_test_helpers_core
expect_test_sexp_diff)
(preprocess (pps ppx_jane -allow-unannotated-ignores)))
; (library (name incr_map_test)
; (libraries core incremental incr_map expect_test_helpers_core
; expect_test_sexp_diff)
; (preprocess (pps ppx_jane -allow-unannotated-ignores)))

0 comments on commit a93f476

Please sign in to comment.