summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-11-20 01:37:24 +0000
committermihaylov <mihaylov@epfl.ch>2007-11-20 01:37:24 +0000
commita98fe88f2e306061201086ac4c0f6d1baa48b65a (patch)
treeda66b3f718ae555e69a03adafcad7428b955233b /src/partest
parent122ff469486fa119dd57415c33494fd7fe9bf442 (diff)
downloadscala-a98fe88f2e306061201086ac4c0f6d1baa48b65a.tar.gz
scala-a98fe88f2e306061201086ac4c0f6d1baa48b65a.tar.bz2
scala-a98fe88f2e306061201086ac4c0f6d1baa48b65a.zip
Fixed the package name of scala.tools.partest.u...
Fixed the package name of scala.tools.partest.utils.Properties (avoids its unneeded recompilation)
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/TestRunner.scala2
-rw-r--r--src/partest/scala/tools/partest/utils/Properties.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/partest/scala/tools/partest/TestRunner.scala b/src/partest/scala/tools/partest/TestRunner.scala
index 04b1414d08..b1cfc4cdb5 100644
--- a/src/partest/scala/tools/partest/TestRunner.scala
+++ b/src/partest/scala/tools/partest/TestRunner.scala
@@ -221,7 +221,7 @@ object TestRunner {
}
private def printVersion {
- println(util.Properties.versionMsg)
+ println(utils.Properties.versionMsg)
exit(0)
}
diff --git a/src/partest/scala/tools/partest/utils/Properties.scala b/src/partest/scala/tools/partest/utils/Properties.scala
index 3fd2a29575..d879921a7d 100644
--- a/src/partest/scala/tools/partest/utils/Properties.scala
+++ b/src/partest/scala/tools/partest/utils/Properties.scala
@@ -8,7 +8,7 @@
// $Id$
-package scala.tools.partest.util
+package scala.tools.partest.utils
/** A utility to load the library properties from a Java properties file
* included in the jar.