From: Robert Griesemer Date: Wed, 26 Mar 2008 16:28:57 +0000 (-0700) Subject: - new directory structure X-Git-Tag: weekly.2009-11-06~3816 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f5b4d9893051be6bb946954a50c34b694957612;p=gostls13.git - new directory structure SVN=113851 --- diff --git a/tests/char_lit.go b/test/char_lit.go similarity index 100% rename from tests/char_lit.go rename to test/char_lit.go diff --git a/tests/float_lit.go b/test/float_lit.go similarity index 100% rename from tests/float_lit.go rename to test/float_lit.go diff --git a/tests/hashmap.go b/test/hashmap.go similarity index 100% rename from tests/hashmap.go rename to test/hashmap.go diff --git a/tests/int_lit.go b/test/int_lit.go similarity index 100% rename from tests/int_lit.go rename to test/int_lit.go diff --git a/tests/runtests.sh b/test/runtests.sh similarity index 100% rename from tests/runtests.sh rename to test/runtests.sh diff --git a/tests/sieve.go b/test/sieve.go similarity index 100% rename from tests/sieve.go rename to test/sieve.go diff --git a/tests/string_lit.go b/test/string_lit.go similarity index 100% rename from tests/string_lit.go rename to test/string_lit.go diff --git a/tests/test0.go b/test/test0.go similarity index 100% rename from tests/test0.go rename to test/test0.go