| Index: tests/compiler/dart2js/bad_output_io_test.dart
|
| diff --git a/tests/compiler/dart2js/bad_output_io_test.dart b/tests/compiler/dart2js/bad_output_io_test.dart
|
| index 868d53cf28e9a6598c9e0db6dfb97ef2a3222769..d2429f03b78ef029fb671f0291ec5f764e712670 100644
|
| --- a/tests/compiler/dart2js/bad_output_io_test.dart
|
| +++ b/tests/compiler/dart2js/bad_output_io_test.dart
|
| @@ -55,7 +55,8 @@ class CollectingFormattingDiagnosticHandler
|
| }
|
|
|
| testOutputProvider(script, libraryRoot, packageRoot, inputProvider, handler,
|
| - [options, outputProvider, environment]) {
|
| + [options, outputProvider, environment, packageConfig,
|
| + findPackages]) {
|
| diagnosticHandler = new CollectingFormattingDiagnosticHandler();
|
| outputProvider("/non/existing/directory/should/fail/file", "js");
|
| }
|
|
|