Index: sdk/lib/_internal/pub_generated/test/dart2js/compiles_generated_file_from_dependency_test.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/dart2js/compiles_generated_file_from_dependency_test.dart b/sdk/lib/_internal/pub_generated/test/dart2js/compiles_generated_file_from_dependency_test.dart |
index 86533b404e4625082af1697cd9f473634085e020..36416eca1408cb54e760b5ef5a30c44ac582dd81 100644 |
--- a/sdk/lib/_internal/pub_generated/test/dart2js/compiles_generated_file_from_dependency_test.dart |
+++ b/sdk/lib/_internal/pub_generated/test/dart2js/compiles_generated_file_from_dependency_test.dart |
@@ -1,7 +1,13 @@ |
+// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS d.file |
+// 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. |
+ |
import 'package:scheduled_test/scheduled_test.dart'; |
+ |
import '../descriptor.dart' as d; |
import '../test_pub.dart'; |
import '../serve/utils.dart'; |
+ |
main() { |
initConfig(); |
withBarbackVersions("any", () { |
@@ -18,6 +24,7 @@ library foo; |
const TOKEN = "before"; |
foo() => TOKEN; |
"""), d.file("transformer.dart", dartTransformer("munge"))])]).create(); |
+ |
d.dir(appPath, [d.appPubspec({ |
"foo": { |
"path": "../foo" |
@@ -26,7 +33,9 @@ foo() => TOKEN; |
import "package:foo/foo.dart"; |
main() => print(foo()); |
""")])]).create(); |
+ |
createLockFile("myapp", sandbox: ["foo"], pkg: ["barback"]); |
+ |
pubServe(); |
requestShouldSucceed("main.dart.js", contains("(before, munge)")); |
endPubServe(); |