| Index: dart/tests/compiler/dart2js/memory_compiler.dart
 | 
| ===================================================================
 | 
| --- dart/tests/compiler/dart2js/memory_compiler.dart	(revision 31731)
 | 
| +++ dart/tests/compiler/dart2js/memory_compiler.dart	(working copy)
 | 
| @@ -84,7 +84,7 @@
 | 
|                        bool showDiagnostics: true}) {
 | 
|    Uri script = currentDirectory.resolveUri(Platform.script);
 | 
|    Uri libraryRoot = script.resolve('../../../sdk/');
 | 
| -  Uri packageRoot = script.resolve('./packages/');
 | 
| +  Uri packageRoot = currentDirectory.resolve('${Platform.packageRoot}/');
 | 
|  
 | 
|    MemorySourceFileProvider provider;
 | 
|    var readStringFromUri;
 | 
| 
 |