Chromium Code Reviews| Index: tests/compiler/dart2js/type_equals_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/type_equals_test.dart (revision 12867) |
| +++ tests/compiler/dart2js/type_equals_test.dart (working copy) |
| @@ -55,7 +55,7 @@ |
| void main() { |
| var uri = new Uri.fromComponents(scheme: 'source'); |
| var compiler = compilerFor( |
| - @""" |
| + r""" |
| typedef int Typedef1<X,Y>(String s1); |
| typedef void Typedef2<Z>(T t1, S s1); |