summaryrefslogtreecommitdiff
path: root/test-nsc/files/run/iq.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-10-19 14:00:47 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-10-19 14:00:47 +0000
commite74f7af55c28267ecfbeda52fa563795e52776cc (patch)
tree6a08703ae1a0ca9cfc53db42a27512961d12affc /test-nsc/files/run/iq.check
parentf4d80be80fb66314ff1e8f5fc1c8e7a4a20beb13 (diff)
downloadscala-e74f7af55c28267ecfbeda52fa563795e52776cc.tar.gz
scala-e74f7af55c28267ecfbeda52fa563795e52776cc.tar.bz2
scala-e74f7af55c28267ecfbeda52fa563795e52776cc.zip
Added check files for jvm runnable tests.
Diffstat (limited to 'test-nsc/files/run/iq.check')
-rw-r--r--test-nsc/files/run/iq.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-nsc/files/run/iq.check b/test-nsc/files/run/iq.check
new file mode 100644
index 0000000000..8e794a8629
--- /dev/null
+++ b/test-nsc/files/run/iq.check
@@ -0,0 +1,12 @@
+Empty
+Head: 42
+q5: Queue(0,1,2,3,4,5,6,7,8,9)
+q5[5]: 5
+q5 == q5c: true
+q5c == q5: true
+q8: Queue(2,3,4,5,6,7,8,9,10,11)
+q8 == q9: true
+Elements: 1 2 3 4 5 6 7 8 9
+String: <1-2-3-4-5-6-7-8-9>
+Length: 9
+Front: 1