Chromium Code Reviews| Index: tests/compiler/dart2js/interceptor_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/interceptor_test.dart (revision 29238) |
| +++ tests/compiler/dart2js/interceptor_test.dart (working copy) |
| @@ -37,5 +37,5 @@ |
| Expect.isFalse(generated.contains(r'a.get$length()')); |
| Expect.isTrue(generated.contains(new RegExp(r'[$A-Z]+\.A\$\(\)\.length'))); |
| Expect.isTrue( |
| - generated.contains(new RegExp(r'[$A-Z]+\.get\$length\$a\(a\)'))); |
| + generated.contains(new RegExp(r'[$A-Z]+\.get\$length\$as\(a\)'))); |
|
floitsch
2013/10/25 11:57:02
I have to trust on this one.
If you are not sure,
ngeoffray
2013/10/25 11:58:03
Because we instantiate the string class now, the i
floitsch
2013/10/25 12:20:39
ok. makes sense.
|
| } |