summaryrefslogtreecommitdiff
path: root/test/files/run/try-catch-unify.check
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-08-20 12:12:50 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-08-20 12:12:50 -0400
commit24502208feff83d6a7b8197f5051856ec5cf9983 (patch)
tree0791f88eb4d0fa0fcf2f7303272d9a9ac10893a4 /test/files/run/try-catch-unify.check
parent74e3b4dc8b85b0f861ce9a87e8765654a3ac40f8 (diff)
downloadscala-24502208feff83d6a7b8197f5051856ec5cf9983.tar.gz
scala-24502208feff83d6a7b8197f5051856ec5cf9983.tar.bz2
scala-24502208feff83d6a7b8197f5051856ec5cf9983.zip
Adding test for try-catch library unification.
Diffstat (limited to 'test/files/run/try-catch-unify.check')
-rw-r--r--test/files/run/try-catch-unify.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/try-catch-unify.check b/test/files/run/try-catch-unify.check
new file mode 100644
index 0000000000..b1de2bfa74
--- /dev/null
+++ b/test/files/run/try-catch-unify.check
@@ -0,0 +1,3 @@
+Failure(java.lang.NumberFormatException: For input string: "Hi")
+Success(5.0)
+O NOES