Chromium Code Reviews| Index: tools/test-runtime.dart |
| =================================================================== |
| --- tools/test-runtime.dart (revision 17849) |
| +++ tools/test-runtime.dart (working copy) |
| @@ -73,8 +73,6 @@ |
| } |
| var testSuites = new List<TestSuite>(); |
| - TestingServerRunner.setBuildDir(firstConf); |
| - TestingServerRunner.setPackageRootDir(firstConf); |
| for (var conf in configurations) { |
| if (selectors.containsKey('co19')) { |
| testSuites.add(new Co19TestSuite(conf)); |