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

Unified Diff: tests/corelib/regexp/default_arguments_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/default_arguments_test.dart
diff --git a/tests/corelib/regexp/default_arguments_test.dart b/tests/corelib/regexp/default_arguments_test.dart
index 5b1d6e8f799dd1e486e023750351c30c5c3a71dc..0baf31614ed8df23c1a4c23ab9e8858ffad3a665 100644
--- a/tests/corelib/regexp/default_arguments_test.dart
+++ b/tests/corelib/regexp/default_arguments_test.dart
@@ -32,4 +32,4 @@ testMultiLine() {
Expect.isNotNull(r2.firstMatch('\nfoo\n'), "r2.firstMatch('\\nfoo\\n')");
Expect.isNull(r3.firstMatch('\nfoo\n'), "r3.firstMatch('\\nfoo\\n')");
Expect.isNull(r4.firstMatch('\nfoo\n'), "r4.firstMatch('\\nfoo\\n')");
-}
+}

Powered by Google App Engine
This is Rietveld 408576698