| Index: pkg/logging/lib/logging.dart
|
| diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
|
| index b423e203036e334231122df0a6bce397724ab7b8..3713175d4a78c7c4fc4169029bb12a37ee16a406 100644
|
| --- a/pkg/logging/lib/logging.dart
|
| +++ b/pkg/logging/lib/logging.dart
|
| @@ -7,7 +7,7 @@
|
| * abstractions similar to those used in other languages, such as the Closure JS
|
| * Logger and java.util.logging.Logger.
|
| */
|
| -#library('logging');
|
| +library logging;
|
|
|
| /**
|
| * Whether to allow fine-grain logging and configuration of loggers in a
|
|
|