summaryrefslogtreecommitdiff
path: root/test/files/run/t5629b.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-07 13:55:52 -0700
committerPaul Phillips <paulp@improving.org>2012-05-07 13:55:52 -0700
commit728b5d0bcd6c1e16bae0afcf5cf85bf5d3dee435 (patch)
tree3897cb05341c9feb7c580b4b2e403fe389994ef3 /test/files/run/t5629b.check
parent0efe9b02fa951ed8d81c70f4e3deb8462280f1c2 (diff)
parenta11a57735e73d66147f9f6166687ad7bc04feca8 (diff)
downloadscala-728b5d0bcd6c1e16bae0afcf5cf85bf5d3dee435.tar.gz
scala-728b5d0bcd6c1e16bae0afcf5cf85bf5d3dee435.tar.bz2
scala-728b5d0bcd6c1e16bae0afcf5cf85bf5d3dee435.zip
Merge commit 'refs/pull/491/head' into develop
Diffstat (limited to 'test/files/run/t5629b.check')
-rw-r--r--test/files/run/t5629b.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/run/t5629b.check b/test/files/run/t5629b.check
new file mode 100644
index 0000000000..1bc0248c3d
--- /dev/null
+++ b/test/files/run/t5629b.check
@@ -0,0 +1,10 @@
+=== pf(1):
+MySmartPF.apply entered...
+newPF.applyOrElse entered...
+default
+scala.MatchError: () (of class scala.runtime.BoxedUnit)
+=== pf(42):
+MySmartPF.apply entered...
+newPF.applyOrElse entered...
+ok
+=== done