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

Unified Diff: dart/tests/compiler/dart2js/unparser_test.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/unparser_test.dart
diff --git a/dart/tests/compiler/dart2js/unparser_test.dart b/dart/tests/compiler/dart2js/unparser_test.dart
index 784798623e21828424431115b9994699c4f478d4..26a2678de394622d71375c92a2539db6f154dd32 100644
--- a/dart/tests/compiler/dart2js/unparser_test.dart
+++ b/dart/tests/compiler/dart2js/unparser_test.dart
@@ -33,7 +33,7 @@ interface Function {}
interface List {}
interface Map {}
interface Closure {}
-interface Dynamic {}
+interface Dynamic_ {}
interface Null {}
class Math {
static double parseDouble(String s) => 1.0;

Powered by Google App Engine
This is Rietveld 408576698