mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +00:00
avr: enable testdata/map.go
The test needs a few changes to support low-memory devices but other than that, it works fine.
This commit is contained in:
committed by
Ron Evans
parent
109b5298c4
commit
995e815b63
@@ -194,10 +194,6 @@ func runPlatTests(options compileopts.Options, tests []string, t *testing.T) {
|
||||
// Breaks interp.
|
||||
continue
|
||||
|
||||
case "map.go":
|
||||
// Reflect size calculation crashes.
|
||||
continue
|
||||
|
||||
case "channel.go":
|
||||
// Freezes after recv from closed channel.
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user