summaryrefslogtreecommitdiff
path: root/test/pending/run/arrays-2.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-04 06:22:31 +0000
committerPaul Phillips <paulp@improving.org>2010-10-04 06:22:31 +0000
commitc901a0675711a92ff714cfc909013a67a88c0ca3 (patch)
tree01e73b483cf3e372a0d7be0dab7edf7f2086b1d7 /test/pending/run/arrays-2.check
parenta7fd7d6dc257e396cf2cf22a9e0a60c3ce44a992 (diff)
downloadscala-c901a0675711a92ff714cfc909013a67a88c0ca3.tar.gz
scala-c901a0675711a92ff714cfc909013a67a88c0ca3.tar.bz2
scala-c901a0675711a92ff714cfc909013a67a88c0ca3.zip
Another batch of busywork shuffling the content...
Another batch of busywork shuffling the contents of pending around. Can almost see some daylight. No review.
Diffstat (limited to 'test/pending/run/arrays-2.check')
-rw-r--r--test/pending/run/arrays-2.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/run/arrays-2.check b/test/pending/run/arrays-2.check
deleted file mode 100644
index ce28533c20..0000000000
--- a/test/pending/run/arrays-2.check
+++ /dev/null
@@ -1,7 +0,0 @@
-a1=Array(3, 2, 1)
-a1=[3,2,1]
-a2=Array(0, 4, 2, 6)
-a2=[0,4,2,6]
-a2=[0,7,4,2,1,3,6,5]
-a2=[0,1,2,3,4,5,6,7]
-true