From 40d57db2998d9b2cc438bb268dc859d04b5df55c Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Wed, 18 Sep 2013 13:56:12 -0700 Subject: SI-7855 No missing interpolator warning post-typer Avoid extra work, extra warnings. --- test/files/neg/t7848-interp-warn.check | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/files/neg') 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 -- cgit v1.2.3