From e9c432093ba1d2a0d55fd6778ba75fa81c49bd06 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 27 Apr 2012 06:35:53 -0700 Subject: Maybe this will fix the test on windows. --- 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 296a651460..12ea325a83 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 + "/")) + println("file " + f.stripPrefix(cwd).substring(1)) println(info) } } -- cgit v1.2.3