summaryrefslogtreecommitdiff
path: root/test/files/run/t4027.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-06-28 14:51:20 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-06-28 14:51:20 +0200
commit2f0d94c02ab328a3f8da25b5ab8f402a68143af3 (patch)
tree9969dee2a7504b1a488e4063dc00f44ce4f4a296 /test/files/run/t4027.check
parent9a28ee1ffc085bc680c48b12ad632b9133adf020 (diff)
downloadscala-2f0d94c02ab328a3f8da25b5ab8f402a68143af3.tar.gz
scala-2f0d94c02ab328a3f8da25b5ab8f402a68143af3.tar.bz2
scala-2f0d94c02ab328a3f8da25b5ab8f402a68143af3.zip
Fix SI-5846 and SI-4027.
Diffstat (limited to 'test/files/run/t4027.check')
-rw-r--r--test/files/run/t4027.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/t4027.check b/test/files/run/t4027.check
new file mode 100644
index 0000000000..bdacfc1c06
--- /dev/null
+++ b/test/files/run/t4027.check
@@ -0,0 +1,12 @@
+Map(2 -> true, 4 -> true)
+Map(1 -> false!, 2 -> true!, 3 -> false!, 4 -> true!)
+Map(2 -> 4, 4 -> 4)
+Map(1 -> 6, 2 -> 5, 3 -> 6, 4 -> 5)
+Map()
+Map(1 -> false!)
+Map(2 -> true, 4 -> true)
+Map(1 -> false!, 2 -> true!, 3 -> false!, 4 -> true!)
+Map(2 -> 4, 4 -> 4)
+Map(1 -> 6, 2 -> 5, 3 -> 6, 4 -> 5)
+Map()
+Map(1 -> false!) \ No newline at end of file