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.scala12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/files/run/t1773.scala b/test/files/run/t1773.scala
deleted file mode 100644
index c50b62512f..0000000000
--- a/test/files/run/t1773.scala
+++ /dev/null
@@ -1,12 +0,0 @@
-object Test extends App
-{
- val xs = List(
- <a></a>,
- <a/>,
- <a>{ xml.NodeSeq.Empty }</a>,
- <a>{""}</a>,
- <a>{ if (true) "" else "I like turtles" }</a>
- )
-
- for (x1 <- xs; x2 <- xs) assert (x1 xml_== x2)
-}