tinygo/testdata
Ayke van Laethem e99b8a24fe runtime: allow ranging over a nil map
This appears to be allowed by the specification, at least it is allowed
by the main Go implementation: https://play.golang.org/p/S8jxAMytKDB

Allow it in TinyGo too, for consistency.

Found because it is triggered with `tinygo test flags`. This doesn't
make the flags package pass all tests, but is a step closer.
2020-10-29 21:53:41 +01:00
..
cgo
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
coroutines.go
coroutines.txt
float.go
float.txt
gc.go
gc.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
map.go runtime: allow ranging over a nil map 2020-10-29 21:53:41 +01:00
map.txt
math.go
math.txt
print.go
print.txt
reflect.go
reflect.txt
slice.go
slice.txt
sort.go
sort.txt
stdlib.go os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
stdlib.txt os: implement virtual filesystem support 2020-05-13 08:08:57 +02:00
string.go
string.txt
structs.go
structs.txt
zeroalloc.go
zeroalloc.txt