Chromium Code Reviews| Index: tests/compiler/dart2js/boolify_test.dart |
| diff --git a/tests/compiler/dart2js/boolify_test.dart b/tests/compiler/dart2js/boolify_test.dart |
| index b9568e485ad8c466c3cddc1eb95035d70871fbd2..6e012825d057973d5bc3019cffce6570ca6af06a 100644 |
| --- a/tests/compiler/dart2js/boolify_test.dart |
| +++ b/tests/compiler/dart2js/boolify_test.dart |
| @@ -5,7 +5,7 @@ |
| #library("boolified_operator_test.dart"); |
| #import("compiler_helper.dart"); |
| -const String TEST = @""" |
| +const String TEST = r""" |
| foo() { |
| var a = foo(); |
| if (!a) return 1; |