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