| Index: sdk/lib/_internal/lib/preambles/jsshell.js
|
| diff --git a/tests/language/deferred_constraints_lib2.dart b/sdk/lib/_internal/lib/preambles/jsshell.js
|
| similarity index 75%
|
| copy from tests/language/deferred_constraints_lib2.dart
|
| copy to sdk/lib/_internal/lib/preambles/jsshell.js
|
| index 73521264727218aa0363d2671721e7532fd4412f..f24555fd54405ea0b535d771bf16d1a6cff9703b 100644
|
| --- a/tests/language/deferred_constraints_lib2.dart
|
| +++ b/sdk/lib/_internal/lib/preambles/jsshell.js
|
| @@ -2,4 +2,4 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -foo () => 42;
|
| +// Javascript preamble, that lets the output of dart2js run on JSShell.
|
|
|