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

Unified Diff: tests/language_strong/issue14242_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/issue14242_test.dart
diff --git a/tests/language_strong/issue14242_test.dart b/tests/language_strong/issue14242_test.dart
index 1bd3fe694c2dd40d7f96307fc60df42f855b8f42..118a8e00207761047bcc9e82604dd02bb555c0a1 100644
--- a/tests/language_strong/issue14242_test.dart
+++ b/tests/language_strong/issue14242_test.dart
@@ -12,8 +12,9 @@ class A {
main() {
var a = new A();
- a..foo[Object] = 54
- ..bar = 42;
+ a
+ ..foo[Object] = 54
+ ..bar = 42;
if (a.foo.keys.first is! Type) {
throw 'Test failed';
}

Powered by Google App Engine
This is Rietveld 408576698