aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main_test.go b/main_test.go
index 9ddbe52f7..62bd642e7 100644
--- a/main_test.go
+++ b/main_test.go
@@ -194,10 +194,6 @@ func runPlatTests(options compileopts.Options, tests []string, t *testing.T) {
// Breaks interp.
continue
- case "channel.go":
- // Freezes after recv from closed channel.
- continue
-
case "math.go":
// Stuck somewhere, not sure what's happening.
continue