summaryrefslogtreecommitdiff
path: root/test/files/run/iq-msil.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-09-27 08:19:16 +0000
committermihaylov <mihaylov@epfl.ch>2005-09-27 08:19:16 +0000
commit6b793b53ef8179f030dac1cbab3a7d864db86d83 (patch)
treeedd1e6530bb6c63c34a6c03fd394552e3ca19c01 /test/files/run/iq-msil.check
parentcebbca73fb0e9859eb46cbcdfa463c34690e3d4f (diff)
downloadscala-6b793b53ef8179f030dac1cbab3a7d864db86d83.tar.gz
scala-6b793b53ef8179f030dac1cbab3a7d864db86d83.tar.bz2
scala-6b793b53ef8179f030dac1cbab3a7d864db86d83.zip
Eliminating the usage of J# library changed the...
Eliminating the usage of J# library changed the output of numbers and booleans
Diffstat (limited to 'test/files/run/iq-msil.check')
-rw-r--r--test/files/run/iq-msil.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/iq-msil.check b/test/files/run/iq-msil.check
new file mode 100644
index 0000000000..08f9fc755e
--- /dev/null
+++ b/test/files/run/iq-msil.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