From d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 11 Jun 2008 11:34:30 +0000 Subject: Moved pending tests that succeed to their place... Moved pending tests that succeed to their place in the 'files' directory. --- test/pending/run/t0663.scala | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/pending/run/t0663.scala (limited to 'test/pending/run/t0663.scala') diff --git a/test/pending/run/t0663.scala b/test/pending/run/t0663.scala deleted file mode 100644 index 16a5a48330..0000000000 --- a/test/pending/run/t0663.scala +++ /dev/null @@ -1,6 +0,0 @@ -object Test extends Application { - val src = scala.io.Source.fromString("") - val parser = xml.parsing.ConstructingParser.fromSource(src, true) - println(parser.document) -} - -- cgit v1.2.3