From 54aec042b75290f10865b6a94bf52d19b85ad24c Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 24 Nov 2022 18:12:03 +0100 Subject: [PATCH] avr: add channel test It is working now, so add it as a test. Not sure why, maybe the ThinLTO change fixed something here? --- main_test.go | 4 ---- 1 file changed, 4 deletions(-) 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