Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: lib/src/frontend/test_on.dart

Issue 1027193004: Respect top-level @TestOn declarations. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Add another test. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698