diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart index 6c56e1b2da9..000a864309d 100644 --- a/tools/testing/dart/test_suite.dart +++ b/tools/testing/dart/test_suite.dart @@ -1453,7 +1453,8 @@ class DartcCompilationTestSuite extends StandardTestSuite { : super(configuration, suiteName, new Path.fromNative(directoryPath), - expectations); + expectations, + []); List additionalOptions(Path filePath) { return ['--fatal-warnings', '--fatal-type-errors'];