summaryrefslogtreecommitdiff
path: root/test/pending/run/t0663.scala
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-06-11 11:34:30 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-06-11 11:34:30 +0000
commitd89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8 (patch)
tree3e4535430d4096524f8bb1e879a8b0f470f8d681 /test/pending/run/t0663.scala
parent98596ff0aa4c97dca9264c7c13dd9c889b749ccf (diff)
downloadscala-d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8.tar.gz
scala-d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8.tar.bz2
scala-d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8.zip
Moved pending tests that succeed to their place...
Moved pending tests that succeed to their place in the 'files' directory.
Diffstat (limited to 'test/pending/run/t0663.scala')
-rw-r--r--test/pending/run/t0663.scala6
1 files changed, 0 insertions, 6 deletions
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("<?xml version='1.0' encoding='UTF-8'?><feed/>")
- val parser = xml.parsing.ConstructingParser.fromSource(src, true)
- println(parser.document)
-}
-