| Index: compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| diff --git a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| index 4177d483146e3c43d7903f19724cbd586b908a63..e2b3d5f721989e9e74c5cfdb063efcf7abf37a85 100644
|
| --- a/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| +++ b/compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java
|
| @@ -22,7 +22,8 @@ import java.util.List;
|
| * A mock configuration for use in tests.
|
| */
|
| public class TestCompilerConfiguration implements CompilerConfiguration {
|
| - private final SystemLibraryManager systemLibraryManager = new SystemLibraryManager();
|
| + private final SystemLibraryManager systemLibraryManager =
|
| + new SystemLibraryManager("../lib", "runtime");
|
|
|
| @Override
|
| public boolean developerModeChecks() {
|
|
|