Chromium Code Reviews| Index: tests/compiler/dart2js/string_escapes_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/string_escapes_test.dart (revision 13754) |
| +++ tests/compiler/dart2js/string_escapes_test.dart (working copy) |
| @@ -8,7 +8,7 @@ |
| String compileExpression(String expression) { |
| var source = "foo() { return $expression; }"; |
| - return compile(source, "foo"); |
| + return compile(source, entry: "foo"); |
| } |
| main() { |