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

Unified Diff: test/runner/configuration/tags_test.dart

Issue 1730173004: Add on_os and on_platform fields. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 10 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 | « test/runner/configuration/platform_test.dart ('k') | test/runner/test_on_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/configuration/tags_test.dart
diff --git a/test/runner/configuration/tags_test.dart b/test/runner/configuration/tags_test.dart
index 0376a9591206a96059e6bebd7f29a17e3390d608..cddbf761afbb4fe9f4743d16fc16b386c7fc434d 100644
--- a/test/runner/configuration/tags_test.dart
+++ b/test/runner/configuration/tags_test.dart
@@ -171,7 +171,7 @@ void main() {
test.shouldExit(exit_codes.data);
});
- test("rejects an inavlid tag configuration", () {
+ test("rejects an invalid tag configuration", () {
d.file("dart_test.yaml", JSON.encode({
"tags": {"foo": {"timeout": "12p"}}
})).create();
« no previous file with comments | « test/runner/configuration/platform_test.dart ('k') | test/runner/test_on_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698