diff options
author | Ron Evans <[email protected]> | 2022-04-04 23:45:16 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-04-05 03:34:01 +0200 |
commit | b8bf0ac3f187d2afd43e49f7bbc162ff6d1fc28d (patch) | |
tree | 8971fe0b7d26369b72e6c1684d4598e0087fae83 /main_test.go | |
parent | 73571dd423f343a0126e65a8149bf5ac83ee3f55 (diff) | |
download | tinygo-b8bf0ac3f187d2afd43e49f7bbc162ff6d1fc28d.tar.gz tinygo-b8bf0ac3f187d2afd43e49f7bbc162ff6d1fc28d.zip |
Revert "testdata: add test for mapgrowth logic"
This reverts commit 73571dd423f343a0126e65a8149bf5ac83ee3f55.
Diffstat (limited to 'main_test.go')
-rw-r--r-- | main_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go index 5e2ea6526..82c0b6110 100644 --- a/main_test.go +++ b/main_test.go @@ -59,7 +59,6 @@ func TestBuild(t *testing.T) { "json.go", "map.go", "math.go", - "mapgrowth.go", "print.go", "reflect.go", "slice.go", |