summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-10-19 14:23:48 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-10-19 14:23:48 +0000
commit5a17de87ec2ae9dd2f9840dd5ac188630b20a675 (patch)
treea4d51308c0488d99ad82b71ef8ad9202c944769f
parent810a709dd76ffda5ad4fd69b9be7224c86884e0b (diff)
downloadscala-5a17de87ec2ae9dd2f9840dd5ac188630b20a675.tar.gz
scala-5a17de87ec2ae9dd2f9840dd5ac188630b20a675.tar.bz2
scala-5a17de87ec2ae9dd2f9840dd5ac188630b20a675.zip
Moving my tests to pending since they won't pas...
Moving my tests to pending since they won't pass unless arrays are fixed.
-rw-r--r--src/library/scala/runtime/ScalaRunTime.scala1
-rw-r--r--test/pending/run/array_casts.check (renamed from test/files/run/array_casts.check)0
-rw-r--r--test/pending/run/array_casts.scala (renamed from test/files/run/array_casts.scala)0
3 files changed, 0 insertions, 1 deletions
diff --git a/src/library/scala/runtime/ScalaRunTime.scala b/src/library/scala/runtime/ScalaRunTime.scala
index 0a9ca7496d..f631a2688a 100644
--- a/src/library/scala/runtime/ScalaRunTime.scala
+++ b/src/library/scala/runtime/ScalaRunTime.scala
@@ -136,6 +136,5 @@ object ScalaRunTime {
case x: Array[Boolean] => new BoxedBooleanArray(x)
case x: Array[AnyRef] => new BoxedObjectArray(x)
case x: BoxedArray => x
- case null => null
}
}
diff --git a/test/files/run/array_casts.check b/test/pending/run/array_casts.check
index f7d3e5036c..f7d3e5036c 100644
--- a/test/files/run/array_casts.check
+++ b/test/pending/run/array_casts.check
diff --git a/test/files/run/array_casts.scala b/test/pending/run/array_casts.scala
index 9d298bbc2b..9d298bbc2b 100644
--- a/test/files/run/array_casts.scala
+++ b/test/pending/run/array_casts.scala