summaryrefslogtreecommitdiff
path: root/test/files/neg/ambiguous-float-dots2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/ambiguous-float-dots2.check')
-rw-r--r--test/files/neg/ambiguous-float-dots2.check7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/files/neg/ambiguous-float-dots2.check b/test/files/neg/ambiguous-float-dots2.check
index 8919d2c6a8..40c9b4186d 100644
--- a/test/files/neg/ambiguous-float-dots2.check
+++ b/test/files/neg/ambiguous-float-dots2.check
@@ -1,10 +1,7 @@
-ambiguous-float-dots2.scala:7: error: Non-zero numbers may not have a leading zero.
- val y0 = 055
- ^
ambiguous-float-dots2.scala:3: error: identifier expected but '}' found.
}
^
-ambiguous-float-dots2.scala:12: error: ';' expected but integer literal found.
+ambiguous-float-dots2.scala:11: error: ';' expected but integer literal found.
1. + 2
^
-three errors found
+two errors found