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

Unified Diff: packages/dart_style/test/whitespace/script.unit

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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: packages/dart_style/test/whitespace/script.unit
diff --git a/packages/dart_style/test/whitespace/script.unit b/packages/dart_style/test/whitespace/script.unit
index ea583d4a486be6a866a7f7850a62307b0f1fd128..cd84ba1c29b862f740b5a3b4ccd87ea9326d2527 100644
--- a/packages/dart_style/test/whitespace/script.unit
+++ b/packages/dart_style/test/whitespace/script.unit
@@ -13,7 +13,6 @@ library foo;
library foo;
<<<
#!script
-
library foo;
>>> one line between script and import
#!script
@@ -29,7 +28,6 @@ import 'foo';
import 'foo';
<<<
#!script
-
import 'foo';
>>> one line between script and line comment
#!script
@@ -45,7 +43,6 @@ import 'foo';
// comment
<<<
#!script
-
// comment
>>> one line between script and block comment
#!script
@@ -61,5 +58,4 @@ import 'foo';
/* comment */
<<<
#!script
-
/* comment */
« no previous file with comments | « packages/dart_style/test/whitespace/methods.unit ('k') | packages/dart_style/test/whitespace/statements.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698