summaryrefslogtreecommitdiff
path: root/test/files/neg/migration28.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/migration28.check')
-rw-r--r--test/files/neg/migration28.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/migration28.check b/test/files/neg/migration28.check
index 19aba2c31d..4c8c58e0fd 100644
--- a/test/files/neg/migration28.check
+++ b/test/files/neg/migration28.check
@@ -2,7 +2,7 @@ migration28.scala:5: error: method ++= in class Stack is deprecated: use pushAll
s ++= List(1,2,3)
^
migration28.scala:7: error: method foreach in class Stack has changed semantics:
- Stack iterator and foreach now traverse in FIFO order.
+Stack iterator and foreach now traverse in FIFO order.
s foreach (_ => ())
^
two errors found