From c80f66656628ade91a8c325b62e36d3beada7ed5 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Wed, 5 Mar 2008 13:12:56 +0000 Subject: Fixed the test... I think. --- test/files/run/unittest_io.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/run/unittest_io.scala b/test/files/run/unittest_io.scala index 53f9b3b87c..974dcff5b3 100644 --- a/test/files/run/unittest_io.scala +++ b/test/files/run/unittest_io.scala @@ -16,7 +16,7 @@ object Test extends TestConsoleMain { // a client val test = "{\"a\":\"\\u0022\"}" val Expected = ("a","\"") - assertTrue(util.parsing.json.JSON.parse(test) match { + assertTrue(scala.util.parsing.json.JSON.parse(test) match { case Some(List(Expected)) => true case z => Console.println(z); false }) -- cgit v1.2.3