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

Unified Diff: lib/src/runner/configuration/load.dart

Issue 1807413002: Disallow names and plain_names in a test context. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/configuration/load.dart
diff --git a/lib/src/runner/configuration/load.dart b/lib/src/runner/configuration/load.dart
index 6fcb15e30a67672bc0b9af5efa8506bb33365e00..5df389bf9308546a462faa9bd06b7a7c0e3e618b 100644
--- a/lib/src/runner/configuration/load.dart
+++ b/lib/src/runner/configuration/load.dart
@@ -131,6 +131,8 @@ class _ConfigurationLoader {
_disallow("reporter");
_disallow("pub_serve");
_disallow("concurrency");
+ _disallow("names");
+ _disallow("plain_names");
_disallow("platforms");
_disallow("paths");
_disallow("filename");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698