| Index: sdk/lib/core/expect.dart
|
| diff --git a/sdk/lib/core/expect.dart b/sdk/lib/core/expect.dart
|
| index dfb1d20954854c303435db84eb95906f87d9def1..2049b9245de8d42f81dd235d748df0be27d5fe76 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.
|
|
|