summaryrefslogtreecommitdiff
path: root/test/files/neg/t562.check
diff options
context:
space:
mode:
authoresfandiar amirrahimi <esfandiar.amirrahimi@appdirect.com>2015-04-08 09:15:54 -0400
committeresfandiar amirrahimi <esfandiar.amirrahimi@appdirect.com>2015-04-08 09:15:54 -0400
commit1ae8f3050b989ff9b16defb9e87225a1f692256a (patch)
tree41a44b54ea58c100a3484420be57fad72f0346a3 /test/files/neg/t562.check
parent476eef82dfed90278de45739ca72819b1b4be5a4 (diff)
downloadscala-1ae8f3050b989ff9b16defb9e87225a1f692256a.tar.gz
scala-1ae8f3050b989ff9b16defb9e87225a1f692256a.tar.bz2
scala-1ae8f3050b989ff9b16defb9e87225a1f692256a.zip
Error message improvement
'may be not be' -> 'may not be'
Diffstat (limited to 'test/files/neg/t562.check')
-rw-r--r--test/files/neg/t562.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t562.check b/test/files/neg/t562.check
index 8c3823642a..95be075af1 100644
--- a/test/files/neg/t562.check
+++ b/test/files/neg/t562.check
@@ -1,4 +1,4 @@
-t562.scala:10: error: super may be not be used on value y
+t562.scala:10: error: super may not be used on value y
override val y = super.y;
^
one error found