Index: lib/src/frontend/test_on.dart |
diff --git a/lib/src/frontend/test_on.dart b/lib/src/frontend/test_on.dart |
index d5ed975400b9a10c89129028b81faba548d62f3a..9503ecb93ec8cf5fc08e7acd1c1bf9c2e86ec1c2 100644 |
--- a/lib/src/frontend/test_on.dart |
+++ b/lib/src/frontend/test_on.dart |
@@ -4,11 +4,11 @@ |
library unittest.frontend.test_on; |
-/// An annotation indicating which platforms a test or test suite supports. |
+/// An annotation indicating which platforms a test suite supports. |
/// |
-/// For the full syntax of [expression], see [the README][readme]. |
+/// For the full syntax of [expression], see [the README][]. |
/// |
-/// [readme]: https://github.com/dart-lang/unittest/#readme |
+/// [the README]: https://github.com/dart-lang/unittest/#platform-selector-syntax |
kevmoo
2015/03/25 08:06:55
nit: The old format avoided the long line
nweiz
2015/03/25 22:40:55
Ditto.
|
class TestOn { |
/// The expression specifying the platform. |
final String expression; |