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

Unified Diff: tests/lib_strong/mirrors/private_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_strong/mirrors/private_field_test.dart
diff --git a/tests/lib_strong/mirrors/private_field_test.dart b/tests/lib_strong/mirrors/private_field_test.dart
index 14c110cbf0ebba9ca18ce94c7783da8823f0b745..ae830a9b1e6c286e18cf8918fd2938705ebae558 100644
--- a/tests/lib_strong/mirrors/private_field_test.dart
+++ b/tests/lib_strong/mirrors/private_field_test.dart
@@ -22,7 +22,7 @@ var publicSymbol = #field;
main() {
Expect.equals(publicSymbol, publicSymbol2);
Expect.notEquals(privateSymbol, privateSymbol2);
-
+
var foo = new Foo();
var m = reflect(foo);
m.setField(privateSymbol, 38);

Powered by Google App Engine
This is Rietveld 408576698