summaryrefslogtreecommitdiff
path: root/test/files/run/t5629b.check
diff options
context:
space:
mode:
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