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

Unified Diff: tests/language/reg_exp3_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/language/reg_exp3_test.dart
diff --git a/tests/language/reg_exp3_test.dart b/tests/language/reg_exp3_test.dart
index 6c2d68b79087528176eaaefbd7c220f592356d1b..cb375a5bcf1f6920f6d19df307c56c402bb9b037 100644
--- a/tests/language/reg_exp3_test.dart
+++ b/tests/language/reg_exp3_test.dart
@@ -10,7 +10,7 @@ class RegExp3Test {
var i = 2000;
try {
RegExp exp = new RegExp("[");
- i = 100; // Should not reach here.
+ i = 100; // Should not reach here.
} on FormatException catch (e) {
i = 0;
}

Powered by Google App Engine
This is Rietveld 408576698