| Index: sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
|
| index e722cf51b1cccf1e45ddf8eb90cc114679d8ac2e..6d0df644742ae1fb8ec4f2f278b147f5714b1ddb 100644
|
| --- a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
|
| @@ -18,14 +18,9 @@ main() {
|
| }
|
| }]
|
| }),
|
| - d.dir("lib", [d.dir("src", [
|
| - d.file("transformer.dart", REWRITE_TRANSFORMER)
|
| - ])]),
|
| d.dir("web", [d.file("main.dart", "void main() {}")])
|
| ]).create();
|
|
|
| - createLockFile('myapp', pkg: ['barback']);
|
| -
|
| var server = pubServe();
|
| // Make a request first to trigger compilation.
|
| requestShould404("main.dart.js");
|
|
|