| Index: sdk/lib/_internal/pub_generated/test/dart2js/does_not_compile_if_disabled_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/dart2js/does_not_compile_if_disabled_test.dart b/sdk/lib/_internal/pub_generated/test/dart2js/does_not_compile_if_disabled_test.dart
|
| similarity index 72%
|
| copy from sdk/lib/_internal/pub/test/dart2js/does_not_compile_if_disabled_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/dart2js/does_not_compile_if_disabled_test.dart
|
| index 2be40d6403b20f367358ccb9436f176a749c4ece..6de1fdc1e02601f8c29f031b6146c42dec7d3438 100644
|
| --- a/sdk/lib/_internal/pub/test/dart2js/does_not_compile_if_disabled_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/dart2js/does_not_compile_if_disabled_test.dart
|
| @@ -9,12 +9,13 @@ import '../serve/utils.dart';
|
| main() {
|
| initConfig();
|
| integration("does not compile if dart2js is disabled", () {
|
| - d.dir(appPath, [
|
| - d.appPubspec(),
|
| - d.dir("web", [
|
| - d.file("main.dart", "void main() => print('hello');")
|
| - ])
|
| - ]).create();
|
| + d.dir(
|
| + appPath,
|
| + [
|
| + d.appPubspec(),
|
| + d.dir(
|
| + "web",
|
| + [d.file("main.dart", "void main() => print('hello');")])]).create();
|
|
|
| pubServe(args: ["--no-dart2js"]);
|
| requestShould404("main.dart.js");
|
|
|