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

Unified Diff: tests/language/regress_27572_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/regress_27572_test.dart
diff --git a/tests/language/regress_27572_test.dart b/tests/language/regress_27572_test.dart
index 61cff0ee60a174600c0ec58021a88b041546e59f..17fb57f4e142910fb3671c44bbb6baa980ccc98b 100644
--- a/tests/language/regress_27572_test.dart
+++ b/tests/language/regress_27572_test.dart
@@ -11,7 +11,7 @@ import 'dart:collection' as col;
main() {
try {
col.foobar(1234567);
- } catch(e) {
+ } catch (e) {
Expect.isTrue(e.toString().contains("1234567"));
}
}

Powered by Google App Engine
This is Rietveld 408576698