Skip to content

Commit f0eb70e

Browse files
committed
Re-enable sandbox
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
1 parent 4cbac7f commit f0eb70e

File tree

1 file changed

+3
-3
lines changed
  • test/expect-tests/dune_file_watcher

1 file changed

+3
-3
lines changed

test/expect-tests/dune_file_watcher/dune

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
(library
1313
(name dune_file_watcher_tests_macos)
1414
(modules dune_file_watcher_tests_macos)
15-
; (inline_tests
16-
; (deps
17-
; (sandbox always)))
15+
(inline_tests
16+
(deps
17+
(sandbox always)))
1818
(enabled_if (= %{system} macosx))
1919
(libraries
2020
dune_file_watcher

0 commit comments

Comments
 (0)