| Index: compiler/javatests/com/google/dart/compiler/CompilerTests.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/CompilerTests.java (revision 11058)
|
| +++ compiler/javatests/com/google/dart/compiler/CompilerTests.java (working copy)
|
| @@ -16,7 +16,7 @@
|
|
|
| public static Test suite() {
|
| TestSuite suite = new TestSuite("DartC compiler test suite.");
|
| - suite.addTestSuite(SystemLibraryManagerTest.class);
|
| + suite.addTestSuite(PackageLibraryManagerTest.class);
|
| suite.addTestSuite(PrettyErrorFormatterTest.class);
|
| return suite;
|
| }
|
|
|