From ab86c926bcc7bfef97bdebc1a980945e1510b18c Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 11 Sep 2020 16:32:49 +0100 Subject: [PATCH] Fix toplevel_expect_test (2) --- toplevel_expect_test/bin/dune | 1 + 1 file changed, 1 insertion(+) diff --git a/toplevel_expect_test/bin/dune b/toplevel_expect_test/bin/dune index 554b6c7..7920c96 100644 --- a/toplevel_expect_test/bin/dune +++ b/toplevel_expect_test/bin/dune @@ -1,4 +1,5 @@ (executables (names main) (link_flags -linkall) + (modes byte) (libraries toplevel_expect_test) (preprocess (pps ppx_jane))) (install (section bin) (files (main.bc as ocaml-expect))) \ No newline at end of file