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

Unified Diff: tests/language_strong/import_combinators_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/import_combinators_test.dart
diff --git a/tests/language_strong/import_combinators_test.dart b/tests/language_strong/import_combinators_test.dart
index e975fb32e4e7d796c7c2cea1d4b4d0096e82eb00..ecb5c87aa811844bcc32e54506fd3c8ddad75e5e 100644
--- a/tests/language_strong/import_combinators_test.dart
+++ b/tests/language_strong/import_combinators_test.dart
@@ -5,6 +5,7 @@
// Dart test program importing with show/hide combinators.
library importCombinatorsTest;
+
import "package:expect/expect.dart";
import "import1_lib.dart" show hide, show hide ugly;
import "export1_lib.dart";

Powered by Google App Engine
This is Rietveld 408576698