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

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

Issue 10267020: Move all the builtin$ interceptors to a new interceptors library and shorten the names of them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | frog/tests/leg/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg/array_static_intercept_test.dart
diff --git a/frog/tests/leg/array_static_intercept_test.dart b/frog/tests/leg/array_static_intercept_test.dart
index 22d25dfae13886365ed6b79984bf9b69d94172e0..9a57618a84fb86339044daf8a95ecb6896fffc69 100644
--- a/frog/tests/leg/array_static_intercept_test.dart
+++ b/frog/tests/leg/array_static_intercept_test.dart
@@ -14,7 +14,7 @@ foo(a) {
main() {
String generated = compile(TEST_ONE, 'foo');
- Expect.isTrue(generated.contains(@'.builtin$add$1('));
- Expect.isTrue(generated.contains(@'.builtin$removeLast$0('));
- Expect.isTrue(generated.contains(@'.builtin$get$length('));
+ Expect.isTrue(generated.contains(@'.add$1('));
+ Expect.isTrue(generated.contains(@'.removeLast('));
+ Expect.isTrue(generated.contains(@'.get$length('));
}
« no previous file with comments | « no previous file | frog/tests/leg/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698