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

Unified Diff: tests/language/cyclic_import_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/cyclic_import_test.dart
diff --git a/tests/language/cyclic_import_test.dart b/tests/language/cyclic_import_test.dart
index d6272fcc031a94684cc032ff11e0966c97a2cd8f..d266b87a7d22246fed5282f7623077599fbcba2d 100644
--- a/tests/language/cyclic_import_test.dart
+++ b/tests/language/cyclic_import_test.dart
@@ -1,4 +1,5 @@
library CyclicImportTest;
+
import 'sub/sub.dart';
var value = 42;

Powered by Google App Engine
This is Rietveld 408576698