| Index: pkg/docgen/example/test.dart
|
| diff --git a/sdk/lib/_internal/docgen/examples/test.dart b/pkg/docgen/example/test.dart
|
| similarity index 79%
|
| rename from sdk/lib/_internal/docgen/examples/test.dart
|
| rename to pkg/docgen/example/test.dart
|
| index 7204f132178ef18dcf8030d7f032581268ae8099..cba707814c3f590579aa15c46483b316531b4980 100755
|
| --- a/sdk/lib/_internal/docgen/examples/test.dart
|
| +++ b/pkg/docgen/example/test.dart
|
| @@ -1,3 +1,7 @@
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS 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.
|
| +
|
| /**
|
| * This library is used solely for testing during development and is not
|
| * intended to be run by the testing machines.
|
|
|