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

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

Issue 11416004: Reject deprecated language features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: abstract class in resolver test Created 8 years, 1 month 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: dart/tests/compiler/dart2js/mock_compiler.dart
diff --git a/dart/tests/compiler/dart2js/mock_compiler.dart b/dart/tests/compiler/dart2js/mock_compiler.dart
index 889874c57bd274ab467587b58a08104747f003e8..0d327affd5fa73dd64fb2e1010e343a5e6ca7095 100644
--- a/dart/tests/compiler/dart2js/mock_compiler.dart
+++ b/dart/tests/compiler/dart2js/mock_compiler.dart
@@ -66,8 +66,7 @@ const String DEFAULT_CORELIB = r'''
class Object {}
class Type {}
class Function {}
- interface List default ListImplementation { List([length]);}
- class ListImplementation { factory List([length]) => null; }
+ class List {}
abstract class Map {}
class Closure {}
class Null {}

Powered by Google App Engine
This is Rietveld 408576698