diff options
author | Ayke van Laethem <[email protected]> | 2022-11-24 18:12:03 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-11-25 10:56:42 +0100 |
commit | 54aec042b75290f10865b6a94bf52d19b85ad24c (patch) | |
tree | 758f96147dde1e246248a734e1d085e972d3fe56 /main_test.go | |
parent | baca8a643e438211cada019385aaf476cbeb1f4b (diff) | |
download | tinygo-54aec042b75290f10865b6a94bf52d19b85ad24c.tar.gz tinygo-54aec042b75290f10865b6a94bf52d19b85ad24c.zip |
avr: add channel test
It is working now, so add it as a test. Not sure why, maybe the ThinLTO
change fixed something here?
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 4 |
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 |