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

Unified Diff: tests/language/hidden_import_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
« no previous file with comments | « tests/language/getters_setters_type_test.dart ('k') | tests/language/identical_const_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/hidden_import_test.dart
diff --git a/tests/language/hidden_import_test.dart b/tests/language/hidden_import_test.dart
index 6722fdf153b663134ee2a3f63afa3463d940327f..f3398e04fd1cf8a43b71a855d1db157322142aa9 100644
--- a/tests/language/hidden_import_test.dart
+++ b/tests/language/hidden_import_test.dart
@@ -14,4 +14,4 @@ import 'dart:async' as prefix;
main() {
new Future(); //# 01: static type warning
new prefix.Future(); //# 02: static type warning
-}
+}
« no previous file with comments | « tests/language/getters_setters_type_test.dart ('k') | tests/language/identical_const_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698