Skip to content

Commit 5ec4144

Browse files
committed
Re-enable //tests/repl-targets:hs_lib_repl_test on Darwin
Fixes #1779
1 parent 22ce5ba commit 5ec4144

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rules_haskell_tests/tests/repl-targets/BUILD.bazel

-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ rules_haskell_integration_test(
112112
rules_haskell_integration_test(
113113
name = "hs_lib_repl_test",
114114
srcs = ["HsLibReplTest.hs"],
115-
tags = [
116-
# See https://github.com/tweag/rules_haskell/issues/1779
117-
"dont_test_on_darwin_with_bindist",
118-
],
119115
workspace_path = "hs_lib_repl_test",
120116
)
121117

0 commit comments

Comments
 (0)