Skip to content

Commit

Permalink
Re-enable sandbox
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Sep 29, 2021
1 parent 4cbac7f commit f0eb70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/expect-tests/dune_file_watcher/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
(library
(name dune_file_watcher_tests_macos)
(modules dune_file_watcher_tests_macos)
; (inline_tests
; (deps
; (sandbox always)))
(inline_tests
(deps
(sandbox always)))
(enabled_if (= %{system} macosx))
(libraries
dune_file_watcher
Expand Down

0 comments on commit f0eb70e

Please sign in to comment.