| Index: dart/tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/dart/tests/compiler/dart2js/unparser_test.dart b/dart/tests/compiler/dart2js/unparser_test.dart
|
| index 2b2861669aa04ea1d2f1080e367958ad4f3f1c1a..4b0b3a8a3a27d5e0631147ddb47b99c32cd25d67 100644
|
| --- a/dart/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/dart/tests/compiler/dart2js/unparser_test.dart
|
| @@ -49,7 +49,7 @@ testDart2Dart(String src, [void continuation(String s)]) {
|
| */
|
| testDart2DartWithLibrary(
|
| String srcMain, String srcLibrary, [void continuation(String s)]) {
|
| - fileUri(path) => new Uri(scheme: 'file', path: path);
|
| + fileUri(path) => new Uri.fromComponents(scheme: 'file', path: path);
|
|
|
| final scriptUri = fileUri('script.dart');
|
| final libUri = fileUri('mylib.dart');
|
|
|