| Index: test/dart2js/ignores_non_entrypoint_dart_files_test.dart
|
| diff --git a/test/dart2js/ignores_non_entrypoint_dart_files_test.dart b/test/dart2js/ignores_non_entrypoint_dart_files_test.dart
|
| index 8c639e590a3ef32c00b6fd1d1c9ca43001c37c26..00fa76157ec445b02f0b2356bff280a895037abd 100644
|
| --- a/test/dart2js/ignores_non_entrypoint_dart_files_test.dart
|
| +++ b/test/dart2js/ignores_non_entrypoint_dart_files_test.dart
|
| @@ -33,7 +33,7 @@ main() {
|
| });
|
|
|
| integration("serve ignores non-entrypoint Dart files", () {
|
| - pubServe();
|
| + pubServe(shouldGetFirst: true);
|
| requestShould404("file1.dart.js");
|
| requestShould404("file2.dart.js");
|
| requestShould404("file3.dart.js");
|
|
|