Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1493)

Unified Diff: pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect

Issue 3002003002: Add support for catch statements. (Closed)
Patch Set: Remove formatting changes Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/kernel/testcases/interpreter/try_catch_finally_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect b/pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect
index 69c82db3668a77270066180f574b74fe46e97534..2e087a81bdf6792697e0da82006baf84949d10a7 100644
--- a/pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect
+++ b/pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect
@@ -1,14 +1,20 @@
print(String: hello1)
print(String: hello2)
print(String: hello3)
-static-invocation-foo
+static-invocation-fReturns
print(String: foo 1)
return
print(String: foo 2)
return
print(int: 2)
-static-invocation-bar
+static-invocation-fFinalizes
print(String: bar 1)
return
print(String: bar 2)
print(int: 1)
+static-invocation-fThrows
+print(int: 37)
+print(String: Caught Error)
+print(String: Finalizer)
+return
+print(int: 34)
« no previous file with comments | « pkg/kernel/testcases/interpreter/try_catch_finally_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698