summaryrefslogtreecommitdiff
path: root/test/files/neg/specification-scopes.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/specification-scopes.check')
-rw-r--r--test/files/neg/specification-scopes.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/specification-scopes.check b/test/files/neg/specification-scopes.check
index 7af9842379..ab986135e5 100644
--- a/test/files/neg/specification-scopes.check
+++ b/test/files/neg/specification-scopes.check
@@ -1,5 +1,5 @@
P_2.scala:14: error: reference to x is ambiguous;
-it is both defined in object C and imported subsequently by
+it is both defined in object C and imported subsequently by
import Q.X._
println("L14: "+x) // reference to 'x' is ambiguous here
^