| Index: tests/compiler/dart2js/mirrors_test.dart
|
| diff --git a/tests/compiler/dart2js/mirrors_test.dart b/tests/compiler/dart2js/mirrors_test.dart
|
| index 5ef944c1f59e7a438dde3a456841ef3a7226b13d..18b3a26d1befc4d8611fe82dacfd6abb0b067306 100644
|
| --- a/tests/compiler/dart2js/mirrors_test.dart
|
| +++ b/tests/compiler/dart2js/mirrors_test.dart
|
| @@ -29,8 +29,7 @@ main() {
|
| var dirPath = scriptPath.directoryPath;
|
| var libPath = dirPath.join(new Path.fromNative('../../../'));
|
| var inputPath = dirPath.join(new Path.fromNative('mirrors_helper.dart'));
|
| - var compilation = new Compilation(inputPath.toNativePath(),
|
| - libPath.toNativePath());
|
| + var compilation = new Compilation(inputPath, libPath);
|
| Expect.isNotNull(compilation, "No compilation created");
|
|
|
| var mirrors = compilation.mirrors();
|
|
|