From 68667c15a6f9b2b696d753131b124f1f721dda25 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sun, 20 Sep 2009 23:57:56 +0000 Subject: [PATCH] syntax/parse: removed tests/stxclass to tests/stxparse svn: r16098 --- collects/tests/info.ss | 2 +- collects/tests/{stxclass => stxparse}/more-tests.ss | 0 collects/tests/{stxclass => stxparse}/stxclass.ss | 0 collects/tests/{stxclass => stxparse}/test.ss | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename collects/tests/{stxclass => stxparse}/more-tests.ss (100%) rename collects/tests/{stxclass => stxparse}/stxclass.ss (100%) rename collects/tests/{stxclass => stxparse}/test.ss (100%) diff --git a/collects/tests/info.ss b/collects/tests/info.ss index 5fd8b6aad9..f322e1780b 100644 --- a/collects/tests/info.ss +++ b/collects/tests/info.ss @@ -22,7 +22,7 @@ "srfi" "srpersist" "stepper" - "stxclass" + "stxparse" "syntax-color" "typed-scheme" "units" diff --git a/collects/tests/stxclass/more-tests.ss b/collects/tests/stxparse/more-tests.ss similarity index 100% rename from collects/tests/stxclass/more-tests.ss rename to collects/tests/stxparse/more-tests.ss diff --git a/collects/tests/stxclass/stxclass.ss b/collects/tests/stxparse/stxclass.ss similarity index 100% rename from collects/tests/stxclass/stxclass.ss rename to collects/tests/stxparse/stxclass.ss diff --git a/collects/tests/stxclass/test.ss b/collects/tests/stxparse/test.ss similarity index 100% rename from collects/tests/stxclass/test.ss rename to collects/tests/stxparse/test.ss