| Index: tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| diff --git a/tests/compiler/dart2js/diagnose_ambiguous_test.dart b/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| index 475979aa3ba74abdedd756a23f6e2ef3b3c6b100..2347825f9d3b34062052218bf55a730ed9f792c7 100644
|
| --- a/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| +++ b/tests/compiler/dart2js/diagnose_ambiguous_test.dart
|
| @@ -10,7 +10,7 @@ import '../../../sdk/lib/_internal/compiler/compiler.dart'
|
| show Diagnostic;
|
|
|
| main() {
|
| - Uri script = currentDirectory.resolveUri(Platform.script);
|
| + Uri script = currentDirectory.resolve(nativeToUriPath(Platform.script));
|
| Uri libraryRoot = script.resolve('../../../sdk/');
|
| Uri packageRoot = script.resolve('./packages/');
|
|
|
|
|