| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 323c8fcbe2683e398ecf1f171e3d8d7a5a3e85f2..13afec5b1c93513a7192347247e137e56b4400be 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1335,6 +1335,7 @@ class StandardTestSuite extends TestSuite {
|
| args.add(packageRoot);
|
| }
|
| args.add('--out=$outputFile');
|
| + if (configuration['csp']) args.add('--csp');
|
| args.add(inputFile);
|
| args.addAll(optionsFromFile['sharedOptions']);
|
| if (executable.endsWith('.dart')) {
|
|
|