Chromium Code Reviews| Index: corelib/src/expect.dart |
| =================================================================== |
| --- corelib/src/expect.dart (revision 8345) |
| +++ corelib/src/expect.dart (working copy) |
| @@ -2,6 +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. |
| +/** Expect is deprecated. Use expect() in the unit test library instead. */ |
|
Bob Nystrom
2012/06/06 22:08:09
Expect isn't deprecated for use in the language an
|
| class Expect { |
| /** |