| Index: sdk/lib/_internal/lib/preambles/d8.js
|
| diff --git a/tests/language/deferred_constraints_lib2.dart b/sdk/lib/_internal/lib/preambles/d8.js
|
| similarity index 73%
|
| copy from tests/language/deferred_constraints_lib2.dart
|
| copy to sdk/lib/_internal/lib/preambles/d8.js
|
| index 73521264727218aa0363d2671721e7532fd4412f..2b20e498350596c49ba89a8227e4eef465dfeb83 100644
|
| --- a/tests/language/deferred_constraints_lib2.dart
|
| +++ b/sdk/lib/_internal/lib/preambles/d8.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 V8's d8 shell.
|
|
|