Chromium Code Reviews| Index: tests/compiler/dart2js/dead_phi_eliminator_test.dart |
| diff --git a/tests/compiler/dart2js/dead_phi_eliminator_test.dart b/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
| index 555e31ec9f541070de089bb05078759d497e5982..3cbc5031a1625251873134bf26c74e73a02f1a3b 100644 |
| --- a/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
| +++ b/tests/compiler/dart2js/dead_phi_eliminator_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST_ONE = @""" |
| +const String TEST_ONE = r""" |
| void foo(bar) { |
| var toBeRemoved = 1; |
| if (bar) { |