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

Unified Diff: sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart

Issue 15844004: Fix deploy tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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: sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
diff --git a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files.dart b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
similarity index 97%
rename from sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files.dart
rename to sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
index 249d5616fa75884e92e444c1315390c001549975..cc6610fb236232d380b6cff8ba9151274a5f9574 100644
--- a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files.dart
+++ b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
@@ -35,7 +35,7 @@ Copying web/ => deploy/
d.nothing('file2.dart.js'),
d.nothing('file2.dart'),
d.nothing('file3.dart.js'),
- d.nothing('file3.dart')
+ d.nothing('file3.dart'),
d.nothing('file4.dart.js'),
d.nothing('file4.dart')
])

Powered by Google App Engine
This is Rietveld 408576698