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 81c6005f86..4a4aaba1f0 100644
--- a/test/files/run/t1773.scala
+++ b/test/files/run/t1773.scala
@@ -8,5 +8,5 @@ object Test extends Application
<a>{ if (true) "" else "I like turtles" }</a>
)
- for (x1 <- xs; x2 <- xs) assert (x1 == x2)
+ for (x1 <- xs; x2 <- xs) assert (x1 xml_== x2)
}