]> Cypherpunks.ru repositories - gostls13.git/commitdiff
- new directory structure
authorRobert Griesemer <gri@golang.org>
Wed, 26 Mar 2008 16:28:57 +0000 (09:28 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 26 Mar 2008 16:28:57 +0000 (09:28 -0700)
SVN=113851

test/char_lit.go [moved from tests/char_lit.go with 100% similarity]
test/float_lit.go [moved from tests/float_lit.go with 100% similarity]
test/hashmap.go [moved from tests/hashmap.go with 100% similarity]
test/int_lit.go [moved from tests/int_lit.go with 100% similarity]
test/runtests.sh [moved from tests/runtests.sh with 100% similarity]
test/sieve.go [moved from tests/sieve.go with 100% similarity]
test/string_lit.go [moved from tests/string_lit.go with 100% similarity]
test/test0.go [moved from tests/test0.go with 100% similarity]

similarity index 100%
rename from tests/char_lit.go
rename to test/char_lit.go
similarity index 100%
rename from tests/float_lit.go
rename to test/float_lit.go
similarity index 100%
rename from tests/hashmap.go
rename to test/hashmap.go
similarity index 100%
rename from tests/int_lit.go
rename to test/int_lit.go
similarity index 100%
rename from tests/runtests.sh
rename to test/runtests.sh
similarity index 100%
rename from tests/sieve.go
rename to test/sieve.go
similarity index 100%
rename from tests/string_lit.go
rename to test/string_lit.go
similarity index 100%
rename from tests/test0.go
rename to test/test0.go