| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 2e97c0570c73a14d84f82e7ebd66973115a6043e..1a1ac4285241252477bf47a53c6752e76a155648 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -2222,6 +2222,9 @@ class TestUtils {
|
| if (compiler == "dart2js" && configuration["csp"]) {
|
| args.add("--csp");
|
| }
|
| + if (compiler == "dart2js" && configuration["cps_ir"]) {
|
| + args.add("--use-cps-ir");
|
| + }
|
| if (compiler == "dartanalyzer" || compiler == "dart2analyzer") {
|
| args.add("--show-package-warnings");
|
| args.add("--enable-async");
|
|
|