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

Unified Diff: frog/tests/leg/mock_compiler.dart

Issue 10545031: Fix checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « no previous file | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg/mock_compiler.dart
diff --git a/frog/tests/leg/mock_compiler.dart b/frog/tests/leg/mock_compiler.dart
index 67934d77ce47e2fcacff6232dd1c744599bfbda4..c9684f0f2d8b41badb8021ad3682768c3e132e97 100644
--- a/frog/tests/leg/mock_compiler.dart
+++ b/frog/tests/leg/mock_compiler.dart
@@ -34,8 +34,7 @@ final String DEFAULT_HELPERLIB = @'''
indexSet(a, index, value) {}
setRuntimeTypeInfo(a, b) {}
getRuntimeTypeInfo(a) {}
- stringConcat() {}
- stringToString() {}''';
+ S() {}''';
final String DEFAULT_INTERCEPTORSLIB = @'''
add$1(receiver, value) {}
« no previous file with comments | « no previous file | lib/compiler/implementation/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698