summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-06-24 20:54:18 +0000
committerPaul Phillips <paulp@improving.org>2009-06-24 20:54:18 +0000
commit24781591253de7a9f54a3fc7bcf6ae4b3e969098 (patch)
treef9b63c0fd117c2da79c378cbb8eda2869274d326 /src/partest
parentf537546d8b32d06e9d9a921a47bb75f1b1f7ecfa (diff)
downloadscala-24781591253de7a9f54a3fc7bcf6ae4b3e969098.tar.gz
scala-24781591253de7a9f54a3fc7bcf6ae4b3e969098.tar.bz2
scala-24781591253de7a9f54a3fc7bcf6ae4b3e969098.zip
Skeletal implementation of scala.io.File.
Separated default source code encoding (the one specified by -encoding) from default system encoding, because otherwise you can't compile scala with the defaults on OSX.
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/utils/Properties.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/partest/scala/tools/partest/utils/Properties.scala b/src/partest/scala/tools/partest/utils/Properties.scala
index 1ab1d47020..d5fc60db65 100644
--- a/src/partest/scala/tools/partest/utils/Properties.scala
+++ b/src/partest/scala/tools/partest/utils/Properties.scala
@@ -14,7 +14,4 @@ package scala.tools.partest.utils
object Properties extends scala.util.PropertiesTrait {
protected def propCategory = "partest"
protected def pickJarBasedOn = classOf[Application]
-
- // XXX unlikely it's intentional that only partest uses ISO-8859-1
- override val encodingString = prop("file.encoding", "ISO-8859-1")
} \ No newline at end of file