| Index: compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart (revision 12600)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart (working copy)
|
| @@ -8,7 +8,7 @@
|
| ; // added to avoid a cascading failure
|
| x = 'another unterminated string
|
| ; // added to avoid a cascading failure
|
| - x = @'unterminated raw string
|
| + x = r'unterminated raw string
|
| ; // added to avoid a cascading failure
|
| }
|
| }
|
|
|