summaryrefslogtreecommitdiff
path: root/test/files/pos/t1000.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1000.scala')
-rw-r--r--test/files/pos/t1000.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1000.scala b/test/files/pos/t1000.scala
index 613af76b94..fabef94fff 100644
--- a/test/files/pos/t1000.scala
+++ b/test/files/pos/t1000.scala
@@ -1,5 +1,5 @@
object A {
- println("""This a "raw" string ending with a "double quote"""")
+ println("""This a "raw" string ending with a "double quote"""")
}
object Test extends App {