summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorAlex Cruise <alex@metaforsoftware.com>2012-03-15 17:44:31 -0700
committerAlex Cruise <alex@metaforsoftware.com>2012-03-15 17:44:31 -0700
commit783c2c655f24c2e94f2d08614e5c6b3d7ffd2039 (patch)
tree12ed6a698245663450a557e4e0e656cabf450472 /test/files/run
parent57eaf9efbc4d52e1226d8fdccd2b274e860fc198 (diff)
downloadscala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.tar.gz
scala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.tar.bz2
scala-783c2c655f24c2e94f2d08614e5c6b3d7ffd2039.zip
Fixed broken tests
Diffstat (limited to 'test/files/run')
-rwxr-xr-xtest/files/run/t2125.check2
-rw-r--r--test/files/run/xml-attribute.check24
2 files changed, 13 insertions, 13 deletions
diff --git a/test/files/run/t2125.check b/test/files/run/t2125.check
index 6ac26a2fe6..51b40469aa 100755
--- a/test/files/run/t2125.check
+++ b/test/files/run/t2125.check
@@ -1 +1 @@
-<p><lost/><q></q></p>
+<p><lost/><q/></p>
diff --git a/test/files/run/xml-attribute.check b/test/files/run/xml-attribute.check
index 3ae2034684..3cfe3779fc 100644
--- a/test/files/run/xml-attribute.check
+++ b/test/files/run/xml-attribute.check
@@ -1,12 +1,12 @@
-<t></t>
-<t></t>
-<t></t>
-<t></t>
-<t></t>
-<t b="1" d="2"></t>
-<t b="1" d="2"></t>
-<t b="1" d="2"></t>
-<t a="1" d="2"></t>
-<t b="1" d="2"></t>
-<t a="1" b="2" c="3"></t>
-<t g="1" e="2" p:a="3" f:e="4" mgruhu:ji="5"></t> \ No newline at end of file
+<t/>
+<t/>
+<t/>
+<t/>
+<t/>
+<t b="1" d="2"/>
+<t b="1" d="2"/>
+<t b="1" d="2"/>
+<t a="1" d="2"/>
+<t b="1" d="2"/>
+<t a="1" b="2" c="3"/>
+<t g="1" e="2" p:a="3" f:e="4" mgruhu:ji="5"/>