| Index: tests/corelib_strong/regexp/compile-crash_test.dart
|
| diff --git a/tests/corelib_strong/regexp/compile-crash_test.dart b/tests/corelib_strong/regexp/compile-crash_test.dart
|
| index ffc7a06426b70be8138d4a2ae39425b89389b870..3bb3f3fc6b8d523318ad8107710370b8f93a045f 100644
|
| --- a/tests/corelib_strong/regexp/compile-crash_test.dart
|
| +++ b/tests/corelib_strong/regexp/compile-crash_test.dart
|
| @@ -26,7 +26,8 @@ import 'v8_regexp_utils.dart';
|
| import 'package:expect/expect.dart';
|
|
|
| void main() {
|
| - description('Test regexp compiling to make sure it doens\'t crash like bug <a href="https://bugs.webkit.org/show_bug.cgi?id=16127">16127</a>');
|
| + description(
|
| + 'Test regexp compiling to make sure it doens\'t crash like bug <a href="https://bugs.webkit.org/show_bug.cgi?id=16127">16127</a>');
|
|
|
| shouldBeTrue(new RegExp(r"\)[;\s]+") != null);
|
| assertThrows(() => new RegExp(r"["));
|
|
|