Index: sdk/lib/_internal/pub_generated/test/transformer/can_use_has_input_test.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/transformer/can_use_has_input_test.dart b/sdk/lib/_internal/pub_generated/test/transformer/can_use_has_input_test.dart |
index b13e2f096e22e6c202845592b5a915d0850c2892..93f4a6e8dacdffde77c125a1b81285e9dd6cdfc3 100644 |
--- a/sdk/lib/_internal/pub_generated/test/transformer/can_use_has_input_test.dart |
+++ b/sdk/lib/_internal/pub_generated/test/transformer/can_use_has_input_test.dart |
@@ -1,7 +1,13 @@ |
+// Copyright (c) 2014, 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. |
+ |
library pub_tests; |
+ |
import '../descriptor.dart' as d; |
import '../test_pub.dart'; |
import '../serve/utils.dart'; |
+ |
const TRANSFORMER = """ |
import 'dart:async'; |
@@ -25,6 +31,7 @@ class RewriteTransformer extends Transformer { |
} |
} |
"""; |
+ |
main() { |
initConfig(); |
withBarbackVersions("any", () { |
@@ -35,7 +42,9 @@ main() { |
}), |
d.dir("lib", [d.dir("src", [d.file("transformer.dart", TRANSFORMER)])]), |
d.dir("web", [d.file("foo.txt", "foo")])]).create(); |
+ |
createLockFile('myapp', pkg: ['barback']); |
+ |
pubServe(); |
requestShouldSucceed("foo.out", "primary: true, secondary: false"); |
endPubServe(); |