summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/t3773.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3773.check b/test/files/neg/t3773.check
index 29a3e14d83..ea0e866161 100644
--- a/test/files/neg/t3773.check
+++ b/test/files/neg/t3773.check
@@ -1,4 +1,4 @@
-t3773.scala:3: error: method elements in trait IterableLike is deprecated: use `iterator' instead
+t3773.scala:3: error: method elements in trait IterableLike is deprecated: use `iterator` instead
for ((v, t) <- m.elements) ()
^
one error found