| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 2c292945b8337f6703932e78d41d416c6b4811aa..32314b00111b51746b2d06bd5740a33082c8bcf0 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -844,11 +844,7 @@ class DartcCompilationTestSuite extends StandardTestSuite {
|
| String shellPath() => TestUtils.compilerPath(configuration);
|
|
|
| List<String> additionalOptions(String filename) {
|
| - filename = new File(filename).fullPathSync().replaceAll('\\', '/');
|
| - Directory tempDir = createOutputDirectory(filename, 'dartc-test');
|
| - return
|
| - [ '--fatal-warnings', '--fatal-type-errors',
|
| - '--out', tempDir.path];
|
| + return ['--fatal-warnings', '--fatal-type-errors'];
|
| }
|
|
|
| void processDirectory() {
|
|
|