| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 6c0ddf60f46e679c55d1c063f1a80fffdcd0649a..4542986f5e02a45af4b9e3340b61d96f0d12ac3d 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -833,7 +833,7 @@ class DartcCompilationTestSuite extends StandardTestSuite {
|
| Directory tempDir = createOutputDirectory(filename, 'dartc-test');
|
| return
|
| [ '--fatal-warnings', '--fatal-type-errors',
|
| - '-check-only', '-out', tempDir.path];
|
| + '--out', tempDir.path];
|
| }
|
|
|
| void processDirectory() {
|
|
|