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

Unified Diff: tests/compiler/dart2js/kernel/visitor_test.dart

Issue 2981873002: Revert unrelated expectation changes. (Closed)
Patch Set: Update tests/compiler/dart2js/kernel/visitor_test.dart Created 3 years, 5 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
« no previous file with comments | « pkg/front_end/testcases/void-methods.dart.strong.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/kernel/visitor_test.dart
diff --git a/tests/compiler/dart2js/kernel/visitor_test.dart b/tests/compiler/dart2js/kernel/visitor_test.dart
index c62fbd54482dcb822ad15901549e25bcd7d3ca51..3ccc4508b3dabe21e8f18fcdd073b1528f155f66 100644
--- a/tests/compiler/dart2js/kernel/visitor_test.dart
+++ b/tests/compiler/dart2js/kernel/visitor_test.dart
@@ -33,10 +33,10 @@ const List<String> TESTS = const <String>[
// 'covariant_generic', Issue 29853: typedefs
'escape',
'fallthrough',
- // 'micro', Issue 29853: Unexpected change in external methods
+ 'micro',
// 'named_parameters', Issue 29853: default constructor _not expected
'null_aware',
- // 'optional', Issue 29853: abstract members
+ 'optional',
'override',
'prefer_baseclass',
// 'redirecting_factory', Issue 29853: redirecting factories
@@ -45,7 +45,7 @@ const List<String> TESTS = const <String>[
'stringliteral',
// 'uninitialized_fields', Issue 29853: default constructor _not expected
'unused_methods',
- // 'void-methods', Issue 29853: unexpected change in []= encoding
+ 'void-methods',
];
main(List<String> arguments) {
« no previous file with comments | « pkg/front_end/testcases/void-methods.dart.strong.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698