summaryrefslogtreecommitdiff
path: root/test/files/neg/warn-inferred-any.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/warn-inferred-any.check')
-rw-r--r--test/files/neg/warn-inferred-any.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/warn-inferred-any.check b/test/files/neg/warn-inferred-any.check
index 8ad81d1529..2b321a83c9 100644
--- a/test/files/neg/warn-inferred-any.check
+++ b/test/files/neg/warn-inferred-any.check
@@ -9,7 +9,7 @@ warn-inferred-any.scala:17: warning: a type was inferred to be `AnyVal`; this ma
^
warn-inferred-any.scala:25: warning: a type was inferred to be `Any`; this may indicate a programming error.
def za = f(1, "one")
- ^
+ ^
error: No warnings can be incurred under -Xfatal-warnings.
four warnings found
one error found