| Index: pkg/kernel/test/self_check_util.dart
|
| diff --git a/pkg/kernel/test/self_check_util.dart b/pkg/kernel/test/self_check_util.dart
|
| index 81a4c6676d11ca5cc1dcac60882af168ef4f3d49..3e1e4fbaa0e4f06c07ac32ddad1c2ebb2a74655a 100644
|
| --- a/pkg/kernel/test/self_check_util.dart
|
| +++ b/pkg/kernel/test/self_check_util.dart
|
| @@ -26,6 +26,7 @@ runSelfCheck(List<String> args, Future runTest(String filename)) {
|
| await runTest(filename);
|
| return CompilerOutcome.Ok;
|
| }
|
| +
|
| if (args.length == 1 && args[0] == '--batch') {
|
| runBatch(batchMain);
|
| } else {
|
|
|