| Index: test/serve/missing_asset_test.dart
|
| diff --git a/test/serve/missing_asset_test.dart b/test/serve/missing_asset_test.dart
|
| index 42753b609803e1880006c87f1a326a0c22aa46d5..30a54c18d6234f2618004957cbf9c49c3dc16834 100644
|
| --- a/test/serve/missing_asset_test.dart
|
| +++ b/test/serve/missing_asset_test.dart
|
| @@ -14,7 +14,7 @@ main() {
|
| d.appPubspec()
|
| ]).create();
|
|
|
| - pubServe();
|
| + pubServe(shouldGetFirst: true);
|
| requestShould404("index.html");
|
| requestShould404("packages/myapp/nope.dart");
|
| requestShould404("dir/packages/myapp/nope.dart");
|
|
|