-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around missing expect_test_sexp_diff
- Loading branch information
1 parent
78f32f7
commit a93f476
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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))) |