summaryrefslogtreecommitdiff
path: root/test/files/run/bug3376.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-02-04 08:29:20 +0000
committerPaul Phillips <paulp@improving.org>2011-02-04 08:29:20 +0000
commit25a2d721899881ff8dde28d6975648a0bad769f5 (patch)
tree7f697a0dd0cce0c0acc51a80e39af786091c80bb /test/files/run/bug3376.check
parent9dc772f1636e181b3d038eba9ae2f5d1a8359386 (diff)
downloadscala-25a2d721899881ff8dde28d6975648a0bad769f5.tar.gz
scala-25a2d721899881ff8dde28d6975648a0bad769f5.tar.bz2
scala-25a2d721899881ff8dde28d6975648a0bad769f5.zip
After discovering #3376 was fixed I gave in and...
After discovering #3376 was fixed I gave in and tried to write a test. Now that the fiddling is over you can write repl tests without creating 5000 streams and settings. Look at test/files/run/bug3376.scala or jvm/interpreter.scala to see. Test case closes #3376, no review.
Diffstat (limited to 'test/files/run/bug3376.check')
-rw-r--r--test/files/run/bug3376.check13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/files/run/bug3376.check b/test/files/run/bug3376.check
new file mode 100644
index 0000000000..7286096022
--- /dev/null
+++ b/test/files/run/bug3376.check
@@ -0,0 +1,13 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+scala> defined class M
+
+scala> m1: M[Int] = mmm
+
+scala> m2: M[Float] = mmm
+
+scala> m3: M[String] = mmm
+
+scala>