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

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

Issue 1092153003: Support an @OnPlatform annotation. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes 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
« no previous file with comments | « README.md ('k') | lib/src/frontend/on_platform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/backend/suite.dart
diff --git a/lib/src/backend/suite.dart b/lib/src/backend/suite.dart
index e7596a874ee8d8d3fa1725914d1ef51a770bc2e3..ec70b13d0f4869240931e6edd461e0209f6c4f93 100644
--- a/lib/src/backend/suite.dart
+++ b/lib/src/backend/suite.dart
@@ -44,7 +44,7 @@ class Suite {
return test.metadata.testOn.evaluate(platform, os: os);
}).map((test) {
return test.change(metadata: test.metadata.forPlatform(platform, os: os));
- }));
+ }), metadata: metadata.forPlatform(platform, os: os));
}
/// Returns a new suite with the given fields updated.
« no previous file with comments | « README.md ('k') | lib/src/frontend/on_platform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698