summaryrefslogtreecommitdiff
path: root/test/files/neg/nopredefs.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-01-26 13:19:41 -0800
committerPaul Phillips <paulp@improving.org>2012-01-26 13:22:35 -0800
commit9b9fb2cad46041c6cf101ec436b643e3e922bd35 (patch)
treeccc529d6cc47ff759bdc6a13e6c8e3222dd9fdcc /test/files/neg/nopredefs.check
parent67420a8fa31c4570542450238b97e5ca1b54a86f (diff)
downloadscala-9b9fb2cad46041c6cf101ec436b643e3e922bd35.tar.gz
scala-9b9fb2cad46041c6cf101ec436b643e3e922bd35.tar.bz2
scala-9b9fb2cad46041c6cf101ec436b643e3e922bd35.zip
Disabled "not found" suggestions.
The benchmarks charts are confusing me and I want to rule it out as a problem by not having it exist for a while.
Diffstat (limited to 'test/files/neg/nopredefs.check')
-rw-r--r--test/files/neg/nopredefs.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/nopredefs.check b/test/files/neg/nopredefs.check
index e6c1af78a0..0a0ab34482 100644
--- a/test/files/neg/nopredefs.check
+++ b/test/files/neg/nopredefs.check
@@ -1,4 +1,4 @@
-nopredefs.scala:5: error: not found: value Set (similar: Seq)
+nopredefs.scala:5: error: not found: value Set
val y = Set(3)
^
one error found