| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 14663)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -727,7 +727,6 @@
|
| TestCase multitestParentTest;
|
| int subtestIndex = 0;
|
| // Construct the command that executes the browser test
|
| - constructBrowserTestCommands();
|
| do {
|
| List<String> args = <String>[];
|
| String fullHtmlPath = htmlPath;
|
| @@ -798,10 +797,6 @@
|
| }
|
| }
|
|
|
| - void constructBrowserTestCommands() {
|
| -
|
| - }
|
| -
|
| /** Helper to create a compilation command for a single input file. */
|
| Command _compileCommand(String inputFile, String outputFile,
|
| String compiler, String dir, var vmOptions) {
|
|
|