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

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

Issue 2985383002: Add partial support for TryFinally and TryCatch statements (Closed)
Patch Set: Merge 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
new file mode 100644
index 0000000000000000000000000000000000000000..69c82db3668a77270066180f574b74fe46e97534
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/try_catch_finally_test.dart.expect
@@ -0,0 +1,14 @@
+print(String: hello1)
+print(String: hello2)
+print(String: hello3)
+static-invocation-foo
+print(String: foo 1)
+return
+print(String: foo 2)
+return
+print(int: 2)
+static-invocation-bar
+print(String: bar 1)
+return
+print(String: bar 2)
+print(int: 1)
« 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