summaryrefslogtreecommitdiff
path: root/test/files/run/t1773.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1773.scala')
-rw-r--r--test/files/run/t1773.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1773.scala b/test/files/run/t1773.scala
index 7c95df62f8..c50b62512f 100644
--- a/test/files/run/t1773.scala
+++ b/test/files/run/t1773.scala
@@ -7,6 +7,6 @@ object Test extends App
<a>{""}</a>,
<a>{ if (true) "" else "I like turtles" }</a>
)
-
+
for (x1 <- xs; x2 <- xs) assert (x1 xml_== x2)
}