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) |