mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +00:00
compiler, runtime: make slice lookup panics recoverable
This commit is contained in:
@@ -383,6 +383,7 @@ TEST_PACKAGES_LINUX := \
|
||||
crypto/hmac \
|
||||
debug/dwarf \
|
||||
debug/plan9obj \
|
||||
encoding/binary \
|
||||
go/constant \
|
||||
image \
|
||||
io/ioutil \
|
||||
@@ -406,6 +407,7 @@ TEST_PACKAGES_WINDOWS := \
|
||||
compress/flate \
|
||||
crypto/des \
|
||||
crypto/hmac \
|
||||
encoding/binary \
|
||||
go/constant \
|
||||
math/bits \
|
||||
strconv \
|
||||
|
||||
Reference in New Issue
Block a user