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

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

Issue 10990103: Remove dart2js specific core.dart/coreimpl.dart files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « lib/compiler/implementation/lib/coreimpl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 922e99ab1b897a3dc762c3a27e4927dd01c69e37..635b9c997b2b13f5bac71f7cc4631091b008e0dd 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -54,8 +54,8 @@ const String DEFAULT_INTERCEPTORSLIB = r'''
const String DEFAULT_CORELIB = r'''
print(var obj) {}
- interface int extends num {}
- interface double extends num {}
+ abstract class int extends num {}
+ abstract class double extends num {}
class bool {}
class String {}
class Object {}
« no previous file with comments | « lib/compiler/implementation/lib/coreimpl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698