summaryrefslogtreecommitdiff
path: root/test/files/run/bitsets.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-08 14:58:02 +0000
committermichelou <michelou@epfl.ch>2007-03-08 14:58:02 +0000
commit8514f85695a5ec0fd179d4304b071e249fa4ab3b (patch)
tree16e75f84faddb36d51ecb6374f9a076d2b18c984 /test/files/run/bitsets.check
parent60d600e1a14d3cc9c099a9c3a69d0f3b94c3544d (diff)
downloadscala-8514f85695a5ec0fd179d4304b071e249fa4ab3b.tar.gz
scala-8514f85695a5ec0fd179d4304b071e249fa4ab3b.tar.bz2
scala-8514f85695a5ec0fd179d4304b071e249fa4ab3b.zip
added more test cases for class BitSet
Diffstat (limited to 'test/files/run/bitsets.check')
-rw-r--r--test/files/run/bitsets.check35
1 files changed, 28 insertions, 7 deletions
diff --git a/test/files/run/bitsets.check b/test/files/run/bitsets.check
index 31b718b19d..e9e6df08ad 100644
--- a/test/files/run/bitsets.check
+++ b/test/files/run/bitsets.check
@@ -1,9 +1,30 @@
-s0 = Set()
-s1 = Set(2)
-s2 = Set(2)
-xs0 = List()
+ms0 = Set(2)
+ms1 = Set(2)
+ms2 = Set(2)
+mb0 = false
+mb1 = false
+mb2 = false
+xs0 = List(2)
xs1 = List(2)
xs2 = List(2)
-ys0 = List(0)
-ys1 = List(4)
-ys2 = List(4)
+ma0 = List(4)
+ma1 = List(4)
+ma2 = List(4)
+
+is0 = Set()
+is1 = Set()
+is2 = Set(2)
+is3 = Set()
+ib0 = false
+ib1 = false
+ib2 = false
+ib3 = false
+ys0 = List()
+ys1 = List()
+ys2 = List(2)
+ys3 = List()
+ia0 = List(0)
+ia1 = List(0)
+ia2 = List(4)
+ia3 = List()
+