summaryrefslogtreecommitdiff
path: root/test/files/run/t5590.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-05-04 13:47:05 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-05-04 13:47:05 +0200
commitb2c3f87c7b1b613495eb563d909f24e1e22369d1 (patch)
tree897c2dfa592cc353891af0a25762c68cc1cc49ab /test/files/run/t5590.check
parentf146d5826fc335ee1ca9c285d69086a7475cb71e (diff)
downloadscala-b2c3f87c7b1b613495eb563d909f24e1e22369d1.tar.gz
scala-b2c3f87c7b1b613495eb563d909f24e1e22369d1.tar.bz2
scala-b2c3f87c7b1b613495eb563d909f24e1e22369d1.zip
Fix for si-5590.
Diffstat (limited to 'test/files/run/t5590.check')
-rw-r--r--test/files/run/t5590.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t5590.check b/test/files/run/t5590.check
new file mode 100644
index 0000000000..ad4a2eee64
--- /dev/null
+++ b/test/files/run/t5590.check
@@ -0,0 +1,4 @@
+Map(a -> a, b -> b, c -> c)
+Map(a -> a, b -> b, c -> c)
+Set(a, b, c, d, e)
+Set(a, b, c, d, e) \ No newline at end of file