| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 6c56e1b2da9f64690941600d5f16e16578dd8bb2..000a864309d8c7f8b316f9ce7c2ff3f2be361e75 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<String> additionalOptions(Path filePath) {
|
| return ['--fatal-warnings', '--fatal-type-errors'];
|
|
|