Index: tests/lib/mirrors/library_uri_io_test.dart |
diff --git a/tests/lib/mirrors/library_uri_io_test.dart b/tests/lib/mirrors/library_uri_io_test.dart |
index add283d7f5544c376b2d51a6adb35b1bf7cd950e..1ee7b4c77ec0acab56914aae434df30912e5fcde 100644 |
--- a/tests/lib/mirrors/library_uri_io_test.dart |
+++ b/tests/lib/mirrors/library_uri_io_test.dart |
@@ -27,7 +27,7 @@ main() { |
Uri cwd = new Uri( |
scheme: 'file', |
path: appendSlash(new Path(new File('.').fullPathSync()).toString())); |
- Uri uri = cwd.resolve(new Path(new Options().script).toString()); |
+ Uri uri = cwd.resolve(new Path(Platform.script).toString()); |
testLibraryUri(new Class(), uri); |
}); |
} |