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

Unified Diff: tests/language_strong/prefix10_negative_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_strong/prefix10_negative_test.dart
diff --git a/tests/language_strong/prefix10_negative_test.dart b/tests/language_strong/prefix10_negative_test.dart
index 1f0ff83e999f4436f510cdfc8d137286f99d170e..c660513e531655a3d28925866fe2f1845a69a4f3 100644
--- a/tests/language_strong/prefix10_negative_test.dart
+++ b/tests/language_strong/prefix10_negative_test.dart
@@ -6,6 +6,7 @@
// Type parameters can shadow a library prefix.
library Prefix10NegativeTest.dart;
+
import "package:expect/expect.dart";
import "library10.dart" as T;
@@ -13,7 +14,7 @@ class P<T> {
P.named(T this.fld);
T fld;
main() {
- var i = new T.Library10(10); // This should be an error.
+ var i = new T.Library10(10); // This should be an error.
Expect.equals(10, i.fld);
}
}

Powered by Google App Engine
This is Rietveld 408576698