summaryrefslogtreecommitdiff
path: root/test/files/run/try-catch-unify.check
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-08-21 21:53:53 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-08-21 21:53:53 -0400
commite512d1aead7afdca8748cfaced3d707a23d528c3 (patch)
treea46d3ebc95202443a3233da2d88cbcd83c9efc7e /test/files/run/try-catch-unify.check
parent1ab4994990a21c1ea4dadcf15368013d89456ca6 (diff)
downloadscala-e512d1aead7afdca8748cfaced3d707a23d528c3.tar.gz
scala-e512d1aead7afdca8748cfaced3d707a23d528c3.tar.bz2
scala-e512d1aead7afdca8748cfaced3d707a23d528c3.zip
Fix stupid logic inversion of try-catch
Diffstat (limited to 'test/files/run/try-catch-unify.check')
-rw-r--r--test/files/run/try-catch-unify.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/try-catch-unify.check b/test/files/run/try-catch-unify.check
index b1de2bfa74..67a8c64a33 100644
--- a/test/files/run/try-catch-unify.check
+++ b/test/files/run/try-catch-unify.check
@@ -1,3 +1,4 @@
Failure(java.lang.NumberFormatException: For input string: "Hi")
Success(5.0)
O NOES
+Failure(java.lang.NumberFormatException: For input string: "Hi")