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

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

Issue 10917170: Improve handling of built-in identifiers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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: 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 d6dbabd36d8693cde5857dc2cddbdf724a1ebd39..bc246324c5a3a80d97fcc715a919d5695298aa9f 100644
--- a/dart/tests/compiler/dart2js/mock_compiler.dart
+++ b/dart/tests/compiler/dart2js/mock_compiler.dart
@@ -63,7 +63,7 @@ const String DEFAULT_CORELIB = @'''
class List {}
class Closure {}
class Null {}
- class Dynamic {}''';
+ class Dynamic_ {}''';
class MockCompiler extends Compiler {
List<WarningMessage> warnings;

Powered by Google App Engine
This is Rietveld 408576698