Chromium Code Reviews| Index: tests/compiler/dart2js/string_interpolation_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/string_interpolation_test.dart (revision 27280) |
| +++ tests/compiler/dart2js/string_interpolation_test.dart (working copy) |
| @@ -14,6 +14,6 @@ |
| asyncTest(() => compileAll( |
| r'''main() { return "foo ${new Object()}"; }''').then((code) { |
| - Expect.isFalse(code.contains(r'concat')); |
| + Expect.isFalse(code.contains(r'$add')); |
| })); |
| } |