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

Unified Diff: tests/lib/mirrors/hot_set_field_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/lib/mirrors/hot_set_field_test.dart
diff --git a/tests/lib/mirrors/hot_set_field_test.dart b/tests/lib/mirrors/hot_set_field_test.dart
index 1a9b440aa72f845ca5ee851285bfe092e363c508..6b1c70caad0a00c4e34489c239ffa9d1db6f465e 100644
--- a/tests/lib/mirrors/hot_set_field_test.dart
+++ b/tests/lib/mirrors/hot_set_field_test.dart
@@ -41,7 +41,8 @@ testPrivateWrongLibrary() {
var selector = MirrorSystem.getSymbol('_field', reflectClass(Mirror).owner);
for (int i = 0; i < (2 * optimizationThreshold); i++) {
- Expect.throws(() => im.setField(selector, i), (e) => e is NoSuchMethodError);
+ Expect.throws(
+ () => im.setField(selector, i), (e) => e is NoSuchMethodError);
}
}

Powered by Google App Engine
This is Rietveld 408576698