| Index: tests/corelib_strong/regexp/range-out-of-order_test.dart
|
| diff --git a/tests/corelib_strong/regexp/range-out-of-order_test.dart b/tests/corelib_strong/regexp/range-out-of-order_test.dart
|
| index 252c08fc32df37cbb6961782f6ef45e462e316f5..3535bdbbe6788eaa2977ebc38cea55c38279a636 100644
|
| --- a/tests/corelib_strong/regexp/range-out-of-order_test.dart
|
| +++ b/tests/corelib_strong/regexp/range-out-of-order_test.dart
|
| @@ -27,8 +27,7 @@ import 'package:expect/expect.dart';
|
|
|
| void main() {
|
| description(
|
| - 'Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16129">bug 16129</a>: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build).'
|
| - );
|
| + 'Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16129">bug 16129</a>: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build).');
|
|
|
| assertThrows(() => new RegExp(r"^[\s{-.\[\]\(\)]$"));
|
| }
|
|
|