Sign in
go
/
go
/
f2c7a20142afdbeed1d96e074aeddeaa470f3124
/
test
/
hashmap.go
1a31989
fix "declared and not used" in tests;
by Russ Cox
· 16 years ago
5b62b19
convert non-pkg go files to whole-package compilation.
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
7b4d719
- removed need for int() conversion now that x << s has correct type
by Robert Griesemer
· 17 years ago
7eff30f
- updated test cases to latest compiler changes
by Robert Griesemer
· 17 years ago
27fb2ab
first cut at test suite
by Rob Pike
· 17 years ago
2f5b4d9
- new directory structure
by Robert Griesemer
· 17 years ago
[Renamed from tests/hashmap.go]
d2490e7
- Implemented simple rule for optional semicolons:
by Robert Griesemer
· 17 years ago
3cdf9c3
- added another test
by Robert Griesemer
· 17 years ago
0908af7
- added another test case
by Robert Griesemer
· 17 years ago