| Index: sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
|
| index 397cb47fbdd85f67d80e9c44f940c606acc0da22..4bf175a7bf2c70ead67e07370d83dfd29bebe2ae 100644
|
| --- a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
|
| @@ -18,6 +18,7 @@ main() {
|
| "\$dart2js": {
|
| "commandLineOptions": ["--enable-diagnostic-colors"],
|
| "checked": true,
|
| + "csp": true,
|
| "minify": true,
|
| "verbose": true,
|
| "environment": {"name": "value"},
|
|
|