summaryrefslogtreecommitdiff
path: root/test/files/run/bitsets.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/bitsets.check')
-rw-r--r--test/files/run/bitsets.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/bitsets.check b/test/files/run/bitsets.check
new file mode 100644
index 0000000000..31b718b19d
--- /dev/null
+++ b/test/files/run/bitsets.check
@@ -0,0 +1,9 @@
+s0 = Set()
+s1 = Set(2)
+s2 = Set(2)
+xs0 = List()
+xs1 = List(2)
+xs2 = List(2)
+ys0 = List(0)
+ys1 = List(4)
+ys2 = List(4)