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

Unified Diff: test/dart2js/ignores_entrypoints_in_lib_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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: test/dart2js/ignores_entrypoints_in_lib_test.dart
diff --git a/test/dart2js/ignores_entrypoints_in_lib_test.dart b/test/dart2js/ignores_entrypoints_in_lib_test.dart
index 5feba3a9a7bc26437f912d3ae32df93c7833c916..2aaed36c46882734b65e7a662ecdd42df21f881a 100644
--- a/test/dart2js/ignores_entrypoints_in_lib_test.dart
+++ b/test/dart2js/ignores_entrypoints_in_lib_test.dart
@@ -33,7 +33,7 @@ main() {
});
integration("serve ignores Dart entrypoints in lib", () {
- pubServe();
+ pubServe(shouldGetFirst: true);
requestShould404("packages/myapp/main.dart.js");
endPubServe();
});
« no previous file with comments | « test/dart2js/environment_constant_test.dart ('k') | test/dart2js/ignores_non_entrypoint_dart_files_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698