| 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 2aaed36c46882734b65e7a662ecdd42df21f881a..fa038013ca82787006663a482d0f5f098aa0020c 100644
|
| --- a/test/dart2js/ignores_entrypoints_in_lib_test.dart
|
| +++ b/test/dart2js/ignores_entrypoints_in_lib_test.dart
|
| @@ -22,6 +22,7 @@ main() {
|
| });
|
|
|
| integration("build ignores Dart entrypoints in lib", () {
|
| + pubGet();
|
| schedulePub(args: ["build", "--all"],
|
| output: new RegExp(r'Built 1 file to "build".'));
|
|
|
| @@ -33,7 +34,8 @@ main() {
|
| });
|
|
|
| integration("serve ignores Dart entrypoints in lib", () {
|
| - pubServe(shouldGetFirst: true);
|
| + pubGet();
|
| + pubServe();
|
| requestShould404("packages/myapp/main.dart.js");
|
| endPubServe();
|
| });
|
|
|