diff --git a/main_test.go b/main_test.go index 9ddbe52f..62bd642e 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