Index: sdk/lib/_internal/pub_generated/test/dart2js/output_can_be_consumed_by_successive_phases.dart |
diff --git a/sdk/lib/_internal/pub_generated/test/dart2js/output_can_be_consumed_by_successive_phases.dart b/sdk/lib/_internal/pub_generated/test/dart2js/output_can_be_consumed_by_successive_phases.dart |
index 3672b073b9ba1ac4623d93dbe0895b005a8752a3..76953f60217075a497ef138b9767d035ea409422 100644 |
--- a/sdk/lib/_internal/pub_generated/test/dart2js/output_can_be_consumed_by_successive_phases.dart |
+++ b/sdk/lib/_internal/pub_generated/test/dart2js/output_can_be_consumed_by_successive_phases.dart |
@@ -1,6 +1,12 @@ |
+// 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 '../descriptor.dart' as d; |
import '../test_pub.dart'; |
import '../serve/utils.dart'; |
+ |
+/// The code for a transformer that renames ".js" files to ".out". |
const JS_REWRITE_TRANSFORMER = """ |
import 'dart:async'; |
@@ -19,6 +25,7 @@ class RewriteTransformer extends Transformer { |
} |
} |
"""; |
+ |
main() { |
initConfig(); |
withBarbackVersions("any", () { |
@@ -31,7 +38,9 @@ main() { |
"lib", |
[d.dir("src", [d.file("transformer.dart", JS_REWRITE_TRANSFORMER)])]), |
d.dir("web", [d.file("main.dart", "void main() {}")])]).create(); |
+ |
createLockFile('myapp', pkg: ['barback']); |
+ |
pubServe(); |
requestShouldSucceed("main.dart.out", isUnminifiedDart2JSOutput); |
endPubServe(); |