summaryrefslogtreecommitdiff
path: root/test/files/neg/stringinterpolation_macro-neg.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/stringinterpolation_macro-neg.check')
-rw-r--r--test/files/neg/stringinterpolation_macro-neg.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/stringinterpolation_macro-neg.check b/test/files/neg/stringinterpolation_macro-neg.check
index 457f497f2f..fa4f2c9472 100644
--- a/test/files/neg/stringinterpolation_macro-neg.check
+++ b/test/files/neg/stringinterpolation_macro-neg.check
@@ -1,6 +1,6 @@
stringinterpolation_macro-neg.scala:8: error: too few parts
new StringContext().f()
- ^
+ ^
stringinterpolation_macro-neg.scala:9: error: too few arguments for interpolated string
new StringContext("", " is ", "%2d years old").f(s)
^