| Index: tests/corelib/regexp/malformed-escapes_test.dart
|
| diff --git a/tests/corelib/regexp/malformed-escapes_test.dart b/tests/corelib/regexp/malformed-escapes_test.dart
|
| index b64090c4807f0935eafa92a852e5fc77e58f0896..dbf91267e5c52027fcaa07d9efcab2061305c7b2 100644
|
| --- a/tests/corelib/regexp/malformed-escapes_test.dart
|
| +++ b/tests/corelib/regexp/malformed-escapes_test.dart
|
| @@ -26,9 +26,7 @@ import 'v8_regexp_utils.dart';
|
| import 'package:expect/expect.dart';
|
|
|
| void main() {
|
| - description(
|
| - "This page tests handling of malformed escape sequences."
|
| - );
|
| + description("This page tests handling of malformed escape sequences.");
|
|
|
| var regexp;
|
|
|
|
|