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

Unified Diff: tests/corelib_strong/regexp/compile-crash_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/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"["));

Powered by Google App Engine
This is Rietveld 408576698