| Index: compiler/javatests/com/google/dart/compiler/SystemLibraryManagerTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/SystemLibraryManagerTest.java (revision 11062)
|
| +++ compiler/javatests/com/google/dart/compiler/SystemLibraryManagerTest.java (working copy)
|
| @@ -88,7 +88,6 @@
|
| }
|
|
|
| public void testPackageExpand1() throws Exception {
|
| - systemLibraryManager.setPackageRoots(null);
|
| URI shortUri = new URI("package:test.dart");
|
| URI fullUri = systemLibraryManager.expandRelativeDartUri(shortUri);
|
| assertNotNull(fullUri);
|
|
|