| Index: pkg/unittest/lib/src/utils.dart
|
| diff --git a/pkg/unittest/lib/src/utils.dart b/pkg/unittest/lib/src/utils.dart
|
| index e10c597d3f0bda8623e088418d86b5f287e07aac..380a119b512b62a4f55751b7fe6c3cc3afa52c16 100644
|
| --- a/pkg/unittest/lib/src/utils.dart
|
| +++ b/pkg/unittest/lib/src/utils.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 utils;
|
| +library unittest.utils;
|
|
|
| /**
|
| * Returns the name of the type of [x], or "Unknown" if the type name can't be
|
|
|