Skip to content

Commit 399ab16

Browse files
committed
Another tedious day at Checkfile Ranch.
1 parent d262fe9 commit 399ab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/run/inner-parse/S_3.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Test {
55
val cwd = sys.props("partest.output")
66

77
for ((f, info) <- JvmClassInfo.classInfoList(cwd)) {
8-
println("file " + f.stripPrefix(cwd).substring(1))
8+
println("file " + f.stripPrefix(cwd).substring(1).replace('\\', '/'))
99
println(info)
1010
}
1111
}

0 commit comments

Comments
 (0)