summaryrefslogtreecommitdiff
path: root/test/files/run/t6440.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6440.scala')
-rw-r--r--test/files/run/t6440.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6440.scala b/test/files/run/t6440.scala
index 5a3a4150d9..94eda3642e 100644
--- a/test/files/run/t6440.scala
+++ b/test/files/run/t6440.scala
@@ -41,7 +41,7 @@ object Test extends StoreReporterDirectTest {
assert(tClass.delete())
assert(pack1.delete())
- // bad symbolic reference error expected (but no stack trace!)
+ // should report ambiguous import, despite the fact that a parent of pack2.U is absent
compileCode(app)
println(filteredInfos.mkString("\n"))
}