avr: add channel test

It is working now, so add it as a test. Not sure why, maybe the ThinLTO
change fixed something here?
This commit is contained in:
Ayke van Laethem
2022-11-24 18:12:03 +01:00
committed by Ron Evans
parent baca8a643e
commit 54aec042b7
-4
View File
@@ -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