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

Unified Diff: tests/compiler/dart2js/analyze_dart2js_test.dart

Issue 26651006: Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/analyze_dart2js_test.dart
diff --git a/tests/compiler/dart2js/analyze_dart2js_test.dart b/tests/compiler/dart2js/analyze_dart2js_test.dart
index 95080833446e4dbc123a18403c502b8928635fdf..48922d339addeca360d6ccbf79df8b2c426829c0 100644
--- a/tests/compiler/dart2js/analyze_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_dart2js_test.dart
@@ -21,6 +21,14 @@ import "package:async_helper/async_helper.dart";
// TODO(johnniwinther): Support canonical URIs as keys and message kinds as
// values.
const Map<String,List<String>> WHITE_LIST = const {
+ '/list.dart':
+ const ["'typedef' keyword in mixin "
+ "applications was deprecated", // dartbug.com/13907
+ ],
+ '/stream_controller.dart':
+ const ["'typedef' keyword in mixin "
+ "applications was deprecated", // dartbug.com/13907
+ ]
};
void main() {

Powered by Google App Engine
This is Rietveld 408576698