summaryrefslogtreecommitdiff
path: root/test/files/run/t7439/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7439/Test_2.scala')
-rw-r--r--test/files/run/t7439/Test_2.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/t7439/Test_2.scala b/test/files/run/t7439/Test_2.scala
index 3ebbcfe753..ce9b907145 100644
--- a/test/files/run/t7439/Test_2.scala
+++ b/test/files/run/t7439/Test_2.scala
@@ -23,7 +23,8 @@ object Test extends StoreReporterDirectTest {
val a1Class = new File(testOutput.path, "A_1.class")
assert(a1Class.exists)
assert(a1Class.delete())
- println(s"Recompiling after deleting $a1Class")
+ // testIdent normalizes to separate names using '/' regardless of platform, drops all but last two parts
+ println(s"Recompiling after deleting ${a1Class.testIdent}")
// bad symbolic reference error expected (but no stack trace!)
compileCode(C)