summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-27 10:06:03 -0700
committerPaul Phillips <paulp@improving.org>2012-04-27 10:06:03 -0700
commit399ab16c296021de8fff1f0dd234f5f21230e82e (patch)
treec612c15686e5dffcc5776fdae86209babdb3feea
parentd262fe954541fc1c23597a1a44e3d3e2b2128877 (diff)
downloadscala-399ab16c296021de8fff1f0dd234f5f21230e82e.tar.gz
scala-399ab16c296021de8fff1f0dd234f5f21230e82e.tar.bz2
scala-399ab16c296021de8fff1f0dd234f5f21230e82e.zip
Another tedious day at Checkfile Ranch.v2.10.0-M3
-rw-r--r--test/files/run/inner-parse/S_3.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/inner-parse/S_3.scala b/test/files/run/inner-parse/S_3.scala
index 12ea325a83..aaa6a6ad35 100644
--- a/test/files/run/inner-parse/S_3.scala
+++ b/test/files/run/inner-parse/S_3.scala
@@ -5,7 +5,7 @@ object Test {
val cwd = sys.props("partest.output")
for ((f, info) <- JvmClassInfo.classInfoList(cwd)) {
- println("file " + f.stripPrefix(cwd).substring(1))
+ println("file " + f.stripPrefix(cwd).substring(1).replace('\\', '/'))
println(info)
}
}