From a93f47689d4249071e02f9b5b0d7b969dc9f7c20 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 11 Sep 2020 12:32:50 +0100 Subject: [PATCH] Work around missing expect_test_sexp_diff --- incr_map/test/benchmarks/dune | 6 +++--- incr_map/test/benchmarks/flamegraph_generation_tools/dune | 4 ++-- incr_map/test/dune | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/incr_map/test/benchmarks/dune b/incr_map/test/benchmarks/dune index be120f6..f113bc0 100644 --- a/incr_map/test/benchmarks/dune +++ b/incr_map/test/benchmarks/dune @@ -1,3 +1,3 @@ -(library (name incr_map_benchmarks) - (libraries core incremental incr_map incr_map_test) - (preprocess (pps ppx_jane))) \ No newline at end of file +; (library (name incr_map_benchmarks) +; (libraries core incremental incr_map incr_map_test) +; (preprocess (pps ppx_jane))) \ No newline at end of file diff --git a/incr_map/test/benchmarks/flamegraph_generation_tools/dune b/incr_map/test/benchmarks/flamegraph_generation_tools/dune index 116f310..2c3bd8b 100644 --- a/incr_map/test/benchmarks/flamegraph_generation_tools/dune +++ b/incr_map/test/benchmarks/flamegraph_generation_tools/dune @@ -1,2 +1,2 @@ -(executables (names html_table) (libraries incr_map_benchmarks) - (preprocess (pps ppx_jane))) \ No newline at end of file +; (executables (names html_table) (libraries incr_map_benchmarks) +; (preprocess (pps ppx_jane))) \ No newline at end of file diff --git a/incr_map/test/dune b/incr_map/test/dune index 233d8cb..554558d 100644 --- a/incr_map/test/dune +++ b/incr_map/test/dune @@ -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))) \ No newline at end of file +; (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))) \ No newline at end of file