summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-09-18 13:56:12 -0700
committerSom Snytt <som.snytt@gmail.com>2013-09-18 20:36:15 -0700
commit40d57db2998d9b2cc438bb268dc859d04b5df55c (patch)
tree199052261f768d43c7e509392efc221c60407d08 /test/files/neg
parent6ff756b7874fffe9cfe260be1b35536d48f88db2 (diff)
downloadscala-40d57db2998d9b2cc438bb268dc859d04b5df55c.tar.gz
scala-40d57db2998d9b2cc438bb268dc859d04b5df55c.tar.bz2
scala-40d57db2998d9b2cc438bb268dc859d04b5df55c.zip
SI-7855 No missing interpolator warning post-typer
Avoid extra work, extra warnings.
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t7848-interp-warn.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/t7848-interp-warn.check b/test/files/neg/t7848-interp-warn.check
index b2a8f59a63..cbdc9f4c27 100644
--- a/test/files/neg/t7848-interp-warn.check
+++ b/test/files/neg/t7848-interp-warn.check
@@ -4,9 +4,6 @@ t7848-interp-warn.scala:7: warning: `$foo` looks like an interpolated identifier
t7848-interp-warn.scala:11: warning: That looks like an interpolated expression! Did you forget the interpolator?
"A doubly important ${foo * 2} message!"
^
-t7848-interp-warn.scala:9: warning: That looks like an interpolated expression! Did you forget the interpolator?
- def g = {
- ^
error: No warnings can be incurred under -Xfatal-warnings.
-three warnings found
+two warnings found
one error found