Index: tools/testing/dart/configuration.dart |
diff --git a/tools/testing/dart/configuration.dart b/tools/testing/dart/configuration.dart |
index 4e1723aeff5a70553d2878c3eacf65c12a5528f2..e95b23066ed6f7907bd124cd693f60b7de023dbd 100644 |
--- a/tools/testing/dart/configuration.dart |
+++ b/tools/testing/dart/configuration.dart |
@@ -370,8 +370,7 @@ class Configuration { |
/// server for cross-domain tests can be found by calling |
/// `getCrossOriginPortNumber()`. |
Future startServers() { |
- _servers = new TestingServers( |
- buildDirectory, isCsp, runtime, null, packageRoot, packages); |
+ _servers = new TestingServers(buildDirectory, isCsp, runtime, null); |
var future = servers.startServers(localIP, |
port: testServerPort, crossOriginPort: testServerCrossOriginPort); |