From 2f5b4d9893051be6bb946954a50c34b694957612 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 26 Mar 2008 09:28:57 -0700 Subject: [PATCH] - new directory structure SVN=113851 --- {tests => test}/char_lit.go | 0 {tests => test}/float_lit.go | 0 {tests => test}/hashmap.go | 0 {tests => test}/int_lit.go | 0 {tests => test}/runtests.sh | 0 {tests => test}/sieve.go | 0 {tests => test}/string_lit.go | 0 {tests => test}/test0.go | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/char_lit.go (100%) rename {tests => test}/float_lit.go (100%) rename {tests => test}/hashmap.go (100%) rename {tests => test}/int_lit.go (100%) rename {tests => test}/runtests.sh (100%) rename {tests => test}/sieve.go (100%) rename {tests => test}/string_lit.go (100%) rename {tests => test}/test0.go (100%) 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