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

Unified Diff: tests/language_strong/deferred_type_dependency_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/deferred_type_dependency_test.dart
diff --git a/tests/language_strong/deferred_type_dependency_test.dart b/tests/language_strong/deferred_type_dependency_test.dart
index c4917cbbd2efab6e2d496d9cdd33c9421679470a..5b2ea9cba0d78c78e425cd34760b0dd8bc6264db 100644
--- a/tests/language_strong/deferred_type_dependency_test.dart
+++ b/tests/language_strong/deferred_type_dependency_test.dart
@@ -18,7 +18,7 @@ main() async {
lib1.fooAnnotation //# type_annotation: ok
("string")
is! String //# none: ok
- );
+ );
await lib2.loadLibrary();
Expect.isTrue(
lib1.fooIs //# is: ok
@@ -26,5 +26,5 @@ main() async {
lib1.fooAnnotation //# type_annotation: ok
(lib2.getInstance())
is! String //# none: ok
- );
-}
+ );
+}
« no previous file with comments | « tests/language_strong/deferred_no_prefix_test.dart ('k') | tests/language_strong/duplicate_implements_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698