| Index: tools/testing/dart/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
|
| index ae0c856880be8bfc8bbea9f39f5664ffbf11b598..ede240bf9b01448a9013f17ce0bf7688bb3b39ad 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/multitest.dart
|
| @@ -119,7 +119,8 @@ void DoMultitest(String filename,
|
| String testDir,
|
| Function doTest(String filename,
|
| bool isNegative,
|
| - [bool isNegativeIfChecked]),
|
| + [bool isNegativeIfChecked,
|
| + bool hasFatalTypeErrors]),
|
| Function multitestDone) {
|
| // Each new test is a single String value in the Map tests.
|
| Map<String, String> tests = new Map<String, String>();
|
|
|