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

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

Issue 2880343002: Add support for execution of constructor body (Closed)
Patch Set: Refactor Created 3 years, 7 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
Index: pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect b/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
index c72ff24bff5c4a5f1327f6da850fbc1dd71b0d70..5cb60449e2011a8bc6e6bce3806464b634f82969 100644
--- a/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
+++ b/pkg/kernel/testcases/interpreter/object_initializers_test.dart.expect
@@ -15,9 +15,6 @@ return
static-invocation-fieldInitializer
print(String: foo3: 1)
return
-static-invocation-fieldInitializer
-print(String: foo3: 2)
-return
print(String: foo1: 0)
print(String: foo2: 0)
-print(String: foo3: 2)
+print(String: foo2: 0)

Powered by Google App Engine
This is Rietveld 408576698