summaryrefslogtreecommitdiff
path: root/test/files/run/bug603.check
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-05-19 15:02:20 +0000
committermihaylov <mihaylov@epfl.ch>2006-05-19 15:02:20 +0000
commit2aea310f9ab71f4087b6ae787af4d2cd1ce3c332 (patch)
treea424f35f8589a4f1fd283efafcda3a9b2d4e2228 /test/files/run/bug603.check
parent6870553effc28cc2fbedb97b69393e1e3fb467f5 (diff)
downloadscala-2aea310f9ab71f4087b6ae787af4d2cd1ce3c332.tar.gz
scala-2aea310f9ab71f4087b6ae787af4d2cd1ce3c332.tar.bz2
scala-2aea310f9ab71f4087b6ae787af4d2cd1ce3c332.zip
Added check files for 2 new test cases
Diffstat (limited to 'test/files/run/bug603.check')
-rw-r--r--test/files/run/bug603.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/bug603.check b/test/files/run/bug603.check
new file mode 100644
index 0000000000..1f40825021
--- /dev/null
+++ b/test/files/run/bug603.check
@@ -0,0 +1,5 @@
+s = Susp(?)
+evaluating...
+s() = 3
+s = Susp(3)
+2 + s = 5