mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
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:
committed by
Ron Evans
parent
baca8a643e
commit
54aec042b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user