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

Unified Diff: tests/compiler/dart2js/serialization/model_test_helper.dart

Issue 2961563003: Hopefully the last bit of restructuring between closture classes and loop boxing, etc. (Closed)
Patch Set: Created 3 years, 6 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
« pkg/compiler/pubspec.yaml ('K') | « pkg/compiler/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/serialization/model_test_helper.dart
diff --git a/tests/compiler/dart2js/serialization/model_test_helper.dart b/tests/compiler/dart2js/serialization/model_test_helper.dart
index ec6f85e14b7cc9146fed26a245c74286a704412b..007e90ac6dc156c1e86fc7fa942c11da04bcf394 100644
--- a/tests/compiler/dart2js/serialization/model_test_helper.dart
+++ b/tests/compiler/dart2js/serialization/model_test_helper.dart
@@ -264,8 +264,6 @@ bool areClosureScopesEquivalent(ClosureScope a, ClosureScope b) {
'ClosureScope.capturedVariables',
areLocalsEquivalent,
areElementsEquivalent);
- checkSets(a.boxedLoopVariables, b.boxedLoopVariables,
Siggi Cherem (dart-lang) 2017/06/26 16:54:42 should we replace this somehow? One option would
Emily Fortuna 2017/06/26 21:57:20 Done.
- 'ClosureScope.boxedLoopVariables', areElementsEquivalent);
return true;
}
« pkg/compiler/pubspec.yaml ('K') | « pkg/compiler/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698