| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 17831)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -1122,8 +1122,7 @@
|
| var minified = configuration['minified'] ? '-minified' : '';
|
| var dirName = "${configuration['compiler']}-${configuration['runtime']}"
|
| "$checked$minified";
|
| - Path generatedTestPath = new Path(dartDir.toNativePath())
|
| - .append(buildDir)
|
| + Path generatedTestPath = new Path(buildDir)
|
| .append('generated_tests')
|
| .append(dirName)
|
| .append(testUniqueName);
|
|
|