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

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

Issue 11414130: Naive handling of List#[] and List#[]= (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove dead code Created 7 years, 11 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: tests/compiler/dart2js/mock_compiler.dart
diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
index 18102295ea8d7de3ada6d0ad68de76ae61eedd7b..5e3571dbf8bc2a40cc75fc4061a02551e0d91c64 100644
--- a/tests/compiler/dart2js/mock_compiler.dart
+++ b/tests/compiler/dart2js/mock_compiler.dart
@@ -52,7 +52,8 @@ const String DEFAULT_HELPERLIB = r'''
class JSInvocationMirror {}
S() {}
assertHelper(a){}
- throwNoSuchMethod(obj, name, arguments, expectedArgumentNames) {}''';
+ throwNoSuchMethod(obj, name, arguments, expectedArgumentNames) {}
+ throwAbstractClassInstantiationError(className) {}''';
const String DEFAULT_INTERCEPTORSLIB = r'''
class JSArray {

Powered by Google App Engine
This is Rietveld 408576698