| Index: tools/testing/dart/multitest.dart
|
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
|
| index cc4445f12f80c9275105d83413f36e18f075633a..51468b28728a2c1b1f36d62f1067bf7df22c7320 100644
|
| --- a/tools/testing/dart/multitest.dart
|
| +++ b/tools/testing/dart/multitest.dart
|
| @@ -272,7 +272,6 @@ Future doMultitest(Path filePath, String outputDir, Path suiteDir,
|
| isNegativeIfChecked: isNegativeIfChecked,
|
| hasCompileErrorIfChecked: hasCompileErrorIfChecked,
|
| hasStaticWarning: hasStaticWarning,
|
| - multitestOutcome: outcome,
|
| multitestKey: key,
|
| originTestPath: filePath);
|
| }
|
|
|