summaryrefslogtreecommitdiff
path: root/test/files/run/withIndex.check
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
commitc1d1fec365efbb7ee4798594784458b3f5be4dcf (patch)
tree81853571356e3d12df16c865b1e20a46ad72b08a /test/files/run/withIndex.check
parent3b317f928b0ea755037f71bd59bbe30e23deb725 (diff)
downloadscala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.gz
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.bz2
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.zip
Fixing the build (toString() issues in the comp...
Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)
Diffstat (limited to 'test/files/run/withIndex.check')
-rw-r--r--test/files/run/withIndex.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/run/withIndex.check b/test/files/run/withIndex.check
index ea277e3e89..6a9c7aaadb 100644
--- a/test/files/run/withIndex.check
+++ b/test/files/run/withIndex.check
@@ -1,7 +1,7 @@
-List((a,0),(b,1),(c,2))
-List((a,0),(b,1),(c,2))
-List((a,0),(b,1),(c,2))
-List((a,0),(b,1),(c,2))
+List((a,0), (b,1), (c,2))
+List((a,0), (b,1), (c,2))
+List((a,0), (b,1), (c,2))
+List((a,0), (b,1), (c,2))
List()
List()
List()