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

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

Issue 770633003: tools: removed unused members, tiny cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
Index: tools/testing/dart/multitest.dart
diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart
index 267015521683400e983e0462074b782b8694c6a1..0cc35c21fd416e2e21ea3f02e98cbbf37f5144f8 100644
--- a/tools/testing/dart/multitest.dart
+++ b/tools/testing/dart/multitest.dart
@@ -283,7 +283,6 @@ Future doMultitest(Path filePath, String outputDir, Path suiteDir,
Path CreateMultitestDirectory(String outputDir, Path suiteDir) {
- final String generatedTestDirectory = 'generated_tests';
Directory generatedTestDir = new Directory('$outputDir/generated_tests');
if (!new Directory(outputDir).existsSync()) {
new Directory(outputDir).createSync();

Powered by Google App Engine
This is Rietveld 408576698