Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: tools/testing/dart/test_suite.dart

Issue 11362147: Move html_individual_config to correct location after tree rearranging. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/unittest/lib/html_individual_config.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « pkg/unittest/lib/html_individual_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698