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

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

Issue 11308227: Fix problems due to unit testing of the compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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: tests/compiler/dart2js/mock_compiler.dart
===================================================================
--- tests/compiler/dart2js/mock_compiler.dart (revision 15398)
+++ tests/compiler/dart2js/mock_compiler.dart (working copy)
@@ -54,6 +54,10 @@
class JSString {
var length;
}
+ class JSNumber {
+ }
+ class ObjectInterceptor {
+ }
getInterceptor(x) {}''';
const String DEFAULT_CORELIB = r'''

Powered by Google App Engine
This is Rietveld 408576698