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

Unified Diff: tests/language_strong/namer2_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/namer2_test.dart
diff --git a/tests/language_strong/namer2_test.dart b/tests/language_strong/namer2_test.dart
index 81a7de4f2322e9c94e78b8fc047786ada50b1a5f..3d7d2bc991b3528d820be6c4d18fd19c5bcab9e4 100644
--- a/tests/language_strong/namer2_test.dart
+++ b/tests/language_strong/namer2_test.dart
@@ -17,7 +17,7 @@ main() {
var c = [new A()];
Expect.isTrue(c[0] is A);
Expect.isTrue(c[0] == c[0]);
-
+
c = [new A<int>()];
c[0].$builtinTypeInfo = 42;
Expect.isTrue(c[0] is! A<String>);

Powered by Google App Engine
This is Rietveld 408576698