| 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 2347825f9d3b34062052218bf55a730ed9f792c7..475979aa3ba74abdedd756a23f6e2ef3b3c6b100 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.resolve(nativeToUriPath(Platform.script));
 | 
| +  Uri script = currentDirectory.resolveUri(Platform.script);
 | 
|    Uri libraryRoot = script.resolve('../../../sdk/');
 | 
|    Uri packageRoot = script.resolve('./packages/');
 | 
|  
 | 
| 
 |