summaryrefslogtreecommitdiff
path: root/test/files/pos/strings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/strings.scala')
-rw-r--r--test/files/pos/strings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/strings.scala b/test/files/pos/strings.scala
index 9fe8cfd94b..83b8179706 100644
--- a/test/files/pos/strings.scala
+++ b/test/files/pos/strings.scala
@@ -6,5 +6,5 @@ object test {
}
// #1000
object A {
- println("""This a "raw" string ending with a "double quote"""")
+ println("""This a "raw" string ending with a "double quote"""")
}