summaryrefslogtreecommitdiff
path: root/test/files/run/t4535.check
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-05-04 14:36:42 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-05-04 14:36:42 +0000
commit00f6d557ed23f18868b85bd23c790ffd5c044867 (patch)
tree6aec508b4a2ca6d6f9a3df370ef363e7884c3387 /test/files/run/t4535.check
parente573f9b206f5822dce5f9ce86c5d680a5538cf90 (diff)
downloadscala-00f6d557ed23f18868b85bd23c790ffd5c044867.tar.gz
scala-00f6d557ed23f18868b85bd23c790ffd5c044867.tar.bz2
scala-00f6d557ed23f18868b85bd23c790ffd5c044867.zip
Fixes and closes #4535.
No review.
Diffstat (limited to 'test/files/run/t4535.check')
-rw-r--r--test/files/run/t4535.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t4535.check b/test/files/run/t4535.check
new file mode 100644
index 0000000000..9d4ce0d535
--- /dev/null
+++ b/test/files/run/t4535.check
@@ -0,0 +1,3 @@
+ArrayStack(1, 2, 3)
+ArrayStack(1, 2, 3, 4, 5, 6)
+ArrayStack(6, 5, 4, 3, 2, 1) \ No newline at end of file