| Index: pkg/math/lib/math.dart
|
| diff --git a/pkg/polymer/example/canonicalization/lib/c.dart b/pkg/math/lib/math.dart
|
| similarity index 73%
|
| copy from pkg/polymer/example/canonicalization/lib/c.dart
|
| copy to pkg/math/lib/math.dart
|
| index 362f3e3d642f2e8c969c79de78dcc51bb95c3803..9958bec52ba1800eb71959658cd887967d62e4f5 100644
|
| --- a/pkg/polymer/example/canonicalization/lib/c.dart
|
| +++ b/pkg/math/lib/math.dart
|
| @@ -2,6 +2,6 @@
|
| // 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 canonicalization.c;
|
| +library dart.pkg.math;
|
|
|
| -int c = 0;
|
| +// Placeholder library, reserved for future extension.
|
|
|