summaryrefslogtreecommitdiff
path: root/test/files/neg/scopes.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/scopes.check')
-rw-r--r--test/files/neg/scopes.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/scopes.check b/test/files/neg/scopes.check
index ca32035316..6e0a3c1081 100644
--- a/test/files/neg/scopes.check
+++ b/test/files/neg/scopes.check
@@ -5,7 +5,7 @@ scopes.scala:5: error: t is already defined as type t
type t = float
^
scopes.scala:7: error: x is already defined as value x
- val x: float = .0f
+ val x: float = .0f;
^
scopes.scala:10: error: y is already defined as value y
val y: float = .0f