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

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

Issue 1782473005: Add support for configuration presets. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 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: test/runner/configuration/platform_test.dart
diff --git a/test/runner/configuration/platform_test.dart b/test/runner/configuration/platform_test.dart
index f9bef940c2c371aaf4cd7630c1b77bf12e438896..373a08c1631d80d649257c8a3c709a094a944d2a 100644
--- a/test/runner/configuration/platform_test.dart
+++ b/test/runner/configuration/platform_test.dart
@@ -180,7 +180,7 @@ void main() {
test.shouldExit(0);
});
- test("doesn't OS-specific configuration on a non-matching OS", () {
+ test("doesn't apply OS-specific configuration on a non-matching OS", () {
d.file("dart_test.yaml", JSON.encode({
"on_os": {
otherOS: {"filename": "test_*.dart"}

Powered by Google App Engine
This is Rietveld 408576698