From 399ab16c296021de8fff1f0dd234f5f21230e82e Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 27 Apr 2012 10:06:03 -0700 Subject: Another tedious day at Checkfile Ranch. --- test/files/run/inner-parse/S_3.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) } } -- cgit v1.2.3