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

Unified Diff: tests/compiler/dart2js/equivalence/check_helpers.dart

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. 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
Index: tests/compiler/dart2js/equivalence/check_helpers.dart
diff --git a/tests/compiler/dart2js/equivalence/check_helpers.dart b/tests/compiler/dart2js/equivalence/check_helpers.dart
index 6235d27922f2a0ac205096adb61ce9dedf5fd6bd..4b9836b819078a9b20127ce0ffd852816812e37a 100644
--- a/tests/compiler/dart2js/equivalence/check_helpers.dart
+++ b/tests/compiler/dart2js/equivalence/check_helpers.dart
@@ -55,7 +55,7 @@ class Check {
/// inequivalence.
class CheckStrategy extends TestStrategy {
const CheckStrategy(
- {Equivalence<Entity> elementEquivalence: areElementsEquivalent,
+ {Equivalence<Entity> elementEquivalence: areEntitiesEquivalent,
Equivalence<DartType> typeEquivalence: areTypesEquivalent,
Equivalence<ConstantExpression> constantEquivalence:
areConstantsEquivalent,
« no previous file with comments | « tests/compiler/dart2js/embedded_category_api_boundary_test.dart ('k') | tests/compiler/dart2js/exit_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698