| Index: compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart b/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
|
| index 9a40bbcf531616c7eae65c7aeec4836c15e200a5..6ab9c15ae54c71801581812de869de85c948ff46 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
|
| @@ -8,5 +8,7 @@ class StringsWithErrorsTest {
|
| ; // added to avoid a cascading failure
|
| x = 'another unterminated string
|
| ; // added to avoid a cascading failure
|
| + x = @'unterminated raw string
|
| + ; // added to avoid a cascading failure
|
| }
|
| }
|
|
|