aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-05-04 22:33:36 +0200
committerRon Evans <[email protected]>2022-05-18 15:20:09 +0200
commit995e815b6392316fdac7526f8f48112984241092 (patch)
tree128c8fa61f13aa27d081bb383082bcd45c442154 /main_test.go
parent109b5298c4b2e068a00de5376d9552ace4a5cda4 (diff)
downloadtinygo-995e815b6392316fdac7526f8f48112984241092.tar.gz
tinygo-995e815b6392316fdac7526f8f48112984241092.zip
avr: enable testdata/map.go
The test needs a few changes to support low-memory devices but other than that, it works fine.
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main_test.go b/main_test.go
index 0e6bdfbdf..e192d4758 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 "map.go":
- // Reflect size calculation crashes.
- continue
-
case "channel.go":
// Freezes after recv from closed channel.
continue