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

Unified Diff: tests/corelib/regexp/norepeat_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/regexp/norepeat_test.dart
diff --git a/tests/corelib/regexp/norepeat_test.dart b/tests/corelib/regexp/norepeat_test.dart
index 2f7b9a4909df045da4f114d7c68fb2365fa417cb..f0f8cc34636a8277b44de37e5ef5bbf1a16831df 100644
--- a/tests/corelib/regexp/norepeat_test.dart
+++ b/tests/corelib/regexp/norepeat_test.dart
@@ -26,9 +26,7 @@ import 'v8_regexp_utils.dart';
import 'package:expect/expect.dart';
void main() {
- description(
- 'Test for https://bugs.webkit.org/show_bug.cgi?id=46077'
- );
+ description('Test for https://bugs.webkit.org/show_bug.cgi?id=46077');
var re = new RegExp(r"^b|^cd");
var str = "abcd";

Powered by Google App Engine
This is Rietveld 408576698