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

Unified Diff: lib/src/backend/test.dart

Issue 1097183003: Add an "onPlatform" parameter to test() and group(). (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 8 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/backend/test.dart
diff --git a/lib/src/backend/test.dart b/lib/src/backend/test.dart
index 85ca2c7da98781bd983d50bec152059322e686aa..6bb50deda96575650e936c7ed1a3a637e013a39f 100644
--- a/lib/src/backend/test.dart
+++ b/lib/src/backend/test.dart
@@ -25,4 +25,6 @@ abstract class Test {
///
/// [suite] is the suite within which this test is being run.
LiveTest load(Suite suite);
+
+ Test change({String name, Metadata metadata});
}

Powered by Google App Engine
This is Rietveld 408576698