summaryrefslogtreecommitdiff
path: root/test/files/neg/suggest-similar.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-12-04 10:06:28 -0800
committerPaul Phillips <paulp@improving.org>2011-12-04 11:28:51 -0800
commit7adb4784bf484f8cf57b5edb612d2c4f34388237 (patch)
tree7698c4b214b020e3ccffad9518b21b2fb0973adb /test/files/neg/suggest-similar.check
parent3e9e4ecf360e6eda5c26f798abfcb9bb882cf772 (diff)
downloadscala-7adb4784bf484f8cf57b5edb612d2c4f34388237.tar.gz
scala-7adb4784bf484f8cf57b5edb612d2c4f34388237.tar.bz2
scala-7adb4784bf484f8cf57b5edb612d2c4f34388237.zip
Tweaked ident suggestions.
Rolled damaru-levenshtein algorithm back to my original "pure" version. Cut max distance to 1. Turned on by default because now it offers nothing unexpected, and removed short-lived -Ysuggest-idents option.
Diffstat (limited to 'test/files/neg/suggest-similar.check')
-rw-r--r--test/files/neg/suggest-similar.check9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/files/neg/suggest-similar.check b/test/files/neg/suggest-similar.check
index 320c7d0092..0a858aaf2e 100644
--- a/test/files/neg/suggest-similar.check
+++ b/test/files/neg/suggest-similar.check
@@ -1,13 +1,10 @@
suggest-similar.scala:8: error: not found: value flippitx (similar: flippity)
flippitx = 123
^
-suggest-similar.scala:9: error: not found: value identipoo (similar: identity)
- Nil map identipoo
+suggest-similar.scala:9: error: not found: value identiyt (similar: identity)
+ Nil map identiyt
^
suggest-similar.scala:10: error: not found: type Bingus (similar: Dingus)
new Bingus
^
-suggest-similar.scala:11: error: value bap is not a member of object Nil
- Nil bap identity
- ^
-four errors found
+three errors found