Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: tests/corelib_strong/regexp/range-out-of-order_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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{-.\[\]\(\)]$"));
}

Powered by Google App Engine
This is Rietveld 408576698