summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-10-01 07:47:45 -0700
committerPaul Phillips <paulp@improving.org>2012-10-01 07:47:45 -0700
commit1ddf34d0dcba266d4dbfa12a2b00c9699049299e (patch)
tree53dacb4001bf6375ba4bdfdc0f957842219abf99 /test/files/neg
parent884b0828b3ddbcdb73416548fd0acccccd72b314 (diff)
parent6ea54efa60b54016daa339b1e13c5241a7d5feec (diff)
downloadscala-1ddf34d0dcba266d4dbfa12a2b00c9699049299e.tar.gz
scala-1ddf34d0dcba266d4dbfa12a2b00c9699049299e.tar.bz2
scala-1ddf34d0dcba266d4dbfa12a2b00c9699049299e.zip
Merge pull request #1428 from paulp/issue/6311
Issue/6311
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t5845.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/t5845.check b/test/files/neg/t5845.check
index c0b402fccb..8c6100d6de 100644
--- a/test/files/neg/t5845.check
+++ b/test/files/neg/t5845.check
@@ -1,4 +1,7 @@
+t5845.scala:9: error: value +++ is not a member of Int
+ println(5 +++ 5)
+ ^
t5845.scala:15: error: value +++ is not a member of Int
println(5 +++ 5)
^
-one error found
+two errors found