Sign in
go
/
go
/
2b5c18c99e1be7c779706e23f99717a84d7d882b
/
test
/
nil.go
052c942
test: ensure all failing tests exit nonzero.
by Alan Donovan
· 12 years ago
9509cbf
test: move map delete test to nil.go
by Ian Lance Taylor
· 12 years ago
0df58a4
test/nil.go: delete on nil maps no longer panics Fix the build.
by Shenghou Ma
· 12 years ago
19bab1d
test/[n-r]*.go: add documentation The rename ones needed redoing.
by Rob Pike
· 13 years ago
57eb06f
test: use testlib (final 61)
by Russ Cox
· 13 years ago
313c822
gofix -r mapdelete
by Russ Cox
· 13 years ago
75cb084
test: new nil semantics
by Russ Cox
· 14 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
4f61fc9
test: remove semiocolons.
by Rob Pike
· 15 years ago
1a31989
fix "declared and not used" in tests;
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
f48cbfd
convert tests; nothing interesting.
by Russ Cox
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
d47d888
convert *[] to [].
by Russ Cox
· 16 years ago
080bd1e
a couple of bugs around nil are fixed
by Rob Pike
· 17 years ago
a432e09
Add nil test, with bug
by Rob Pike
· 17 years ago