Index: tools/testing/dart/multitest.dart |
diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart |
index 51468b28728a2c1b1f36d62f1067bf7df22c7320..f07e51a96ce611f225a8733b9b8931d31087205c 100644 |
--- a/tools/testing/dart/multitest.dart |
+++ b/tools/testing/dart/multitest.dart |
@@ -267,13 +267,13 @@ Future doMultitest(Path filePath, String outputDir, Path suiteDir, |
bool isNegativeIfChecked = outcome.contains('dynamic type error'); |
bool hasCompileErrorIfChecked = outcome.contains('checked mode compile-time error'); |
ricow1
2014/11/05 12:22:55
not yours, but long line
|
doTest(multitestFilename, |
+ filePath, |
hasCompileError, |
hasRuntimeErrors, |
isNegativeIfChecked: isNegativeIfChecked, |
hasCompileErrorIfChecked: hasCompileErrorIfChecked, |
hasStaticWarning: hasStaticWarning, |
- multitestKey: key, |
- originTestPath: filePath); |
+ multitestKey: key); |
} |
return null; |