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 b312893044..13f728b01c 100644
--- a/test/files/neg/scopes.check
+++ b/test/files/neg/scopes.check
@@ -18,7 +18,7 @@ scopes.scala:14: error: y is already defined as value y
^
scopes.scala:15: error: x is already defined as value x
val closure = (x: int, x: float) => x
- ^
+ ^
scopes.scala:17: error: x is already defined as value x
case x::x => x
^