Index: tests/compiler/dart2js/array_static_intercept_test.dart |
=================================================================== |
--- tests/compiler/dart2js/array_static_intercept_test.dart (revision 15190) |
+++ tests/compiler/dart2js/array_static_intercept_test.dart (working copy) |
@@ -15,6 +15,6 @@ |
main() { |
String generated = compile(TEST_ONE, entry: 'foo'); |
Expect.isTrue(generated.contains(r'.add$1(')); |
- Expect.isTrue(generated.contains(r'.removeLast(')); |
+ Expect.isTrue(generated.contains(r'.removeLast$0(')); |
Expect.isTrue(generated.contains(r'.get$length(')); |
} |