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

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

Issue 2991113002: Add support for finalizer of TryFinally in labeled statements (Closed)
Patch Set: Apply comment 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/break_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/break_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/break_test.dart.expect b/pkg/kernel/testcases/interpreter/break_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..70d3cbd299a79bd149e7a635a66a87f0174a7e6f
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/break_test.dart.expect
@@ -0,0 +1,12 @@
+print(String: Finally with i=0)
+print(int: 0)
+print(String: Finally with i=1)
+print(int: 1)
+print(String: Finally with i=2)
+print(int: 2)
+print(String: Finally with i=3)
+print(int: 3)
+print(String: Finally with i=4)
+print(int: 4)
+if-then
+print(String: Finally with i=5)
« no previous file with comments | « pkg/kernel/testcases/interpreter/break_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698