Index: tests/corelib_strong/regexp/early-acid3-86_test.dart |
diff --git a/tests/corelib_strong/regexp/early-acid3-86_test.dart b/tests/corelib_strong/regexp/early-acid3-86_test.dart |
index 11b3b3c9b45fbe0e11430bfef8341b17f3f97619..5b81f060af30070cc7a949b4163813ab30407c93 100644 |
--- a/tests/corelib_strong/regexp/early-acid3-86_test.dart |
+++ b/tests/corelib_strong/regexp/early-acid3-86_test.dart |
@@ -27,8 +27,7 @@ import 'package:expect/expect.dart'; |
void main() { |
description( |
- 'Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.' |
- ); |
+ 'Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.'); |
// JS regexps aren't like Perl regexps, if their character |
// classes start with a ] that means they're empty. So this |