| Index: tests/compiler/dart2js/dart2js_batch2_test.dart
|
| diff --git a/tests/compiler/dart2js/dart2js_batch2_test.dart b/tests/compiler/dart2js/dart2js_batch2_test.dart
|
| index 644c790a975b20c2e817d725c8b7550d65a516d4..2bd2495947c5780ac99aadb0d7af262e08923607 100644
|
| --- a/tests/compiler/dart2js/dart2js_batch2_test.dart
|
| +++ b/tests/compiler/dart2js/dart2js_batch2_test.dart
|
| @@ -38,8 +38,8 @@ Future setup() {
|
| return createTempDir().then((Directory directory) {
|
| tmpDir = directory;
|
| String newPath = path.join(directory.path, "dart2js_batch2_run.dart");
|
| - File source =
|
| - new File.fromUri(Platform.script.resolve("dart2js_batch2_run.dart"));
|
| + File source = new File.fromUri(
|
| + Platform.script.resolve("data/dart2js_batch2_run.dart"));
|
| source.copySync(newPath);
|
| });
|
| }
|
|
|