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

Unified Diff: tests/language/deferred_global_test.dart

Issue 795923003: Dart2js, move deferred global vars to the right output unit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status files Created 6 years 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: tests/language/deferred_global_test.dart
diff --git a/tests/language/deferred_global_test.dart b/tests/language/deferred_global_test.dart
index 709921ea5b8e855fb3a0624975beecfdf72bb71a..5c9fa1ce7ac90c953c55d0b8200eb071b724d9ca 100644
--- a/tests/language/deferred_global_test.dart
+++ b/tests/language/deferred_global_test.dart
@@ -40,6 +40,8 @@ void main() {
Expect.equals("lazyConstGlobal_mutated2", lib.readLazyConstGlobal());
Expect.equals("lazyNonConstGlobal_mutated2", lib.readLazyNonConstGlobal());
+ Expect.mapEquals({}, lib.lazyConstGlobal2);
+
Expect.equals(2, lib.sideEffectCounter);
asyncEnd();
});

Powered by Google App Engine
This is Rietveld 408576698