Chromium Code Reviews| Index: tests/compiler/dart2js/literal_list_test.dart |
| diff --git a/tests/compiler/dart2js/literal_list_test.dart b/tests/compiler/dart2js/literal_list_test.dart |
| index f3f0345c617ecea5c1763a62272fc97c13747d8b..c1bdb3e5b0b18132816f9db5054e43441838dda7 100644 |
| --- a/tests/compiler/dart2js/literal_list_test.dart |
| +++ b/tests/compiler/dart2js/literal_list_test.dart |
| @@ -4,7 +4,7 @@ |
| #import("compiler_helper.dart"); |
| -const String TEST_ONE = @""" |
| +const String TEST_ONE = r""" |
| foo() { |
| print([1, 2]); |
| print([3]); |