summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/xml/lnk.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/xml/lnk.scala b/test/files/xml/lnk.scala
index 412f948d99..bffe6b5f10 100644
--- a/test/files/xml/lnk.scala
+++ b/test/files/xml/lnk.scala
@@ -16,7 +16,7 @@ object Test {
//c.getAttribs.update("target", "http://www.scala.org");
System.out.println( c );
- val c2 = c % ('target <= "http://www.scala.org");
+ val c2 = c % Pair("target", "http://www.scala.org");
System.out.println( c2 );
// construct data using loading from a file