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

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

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: 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_test.dart b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
index e6875088176c904f02e7b1e7377c0647eb051162..084ae8a3c721348ae7ca5fb5b3d1f86dd4e0d187 100644
--- a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
+++ b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
@@ -13,7 +13,7 @@ main() {
integration("ignores non-entrypoint Dart files", () {
d.dir(appPath, [
- d.appPubspec([]),
+ d.appPubspec(),
d.dir('web', [
d.file('file1.dart', 'var main = () => print("hello");'),
d.file('file2.dart', 'void main(arg) => print("hello");'),

Powered by Google App Engine
This is Rietveld 408576698