| Index: sdk/lib/core/expect.dart
|
| diff --git a/sdk/lib/core/expect.dart b/sdk/lib/core/expect.dart
|
| index 6953d06cac87bfd535861023436562ca51cf2bc5..f59aaa1479e5ae898169313df742f54a1d52c17e 100644
|
| --- a/sdk/lib/core/expect.dart
|
| +++ b/sdk/lib/core/expect.dart
|
| @@ -2,8 +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.
|
|
|
| -part of dart.core;
|
| -
|
| /**
|
| * Expect is used for tests that do not want to make use of the
|
| * Dart unit test library - for example, the core language tests.
|
|
|