Chromium Code Reviews

Unified Diff: tools/status_clean.dart

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tools/status_clean.dart
diff --git a/tools/status_clean.dart b/tools/status_clean.dart
index fb975907ef76e02e2e3ab56571646de027d16542..f4062588a1b010d1afbeeede128e7c7f61641bac 100644
--- a/tools/status_clean.dart
+++ b/tools/status_clean.dart
@@ -41,7 +41,6 @@ final STATUS_TUPLES = [
"tests/benchmark_smoke/benchmark_smoke.status"],
["co19", "tests/co19/src", "tests/co19/co19-analyzer2.status"],
["co19", "tests/co19/src", "tests/co19/co19-analyzer.status"],
- ["co19", "tests/co19/src", "tests/co19/co19-dart2dart.status"],
["co19", "tests/co19/src", "tests/co19/co19-dart2js.status"],
["co19", "tests/co19/src", "tests/co19/co19-co19.status"],
["co19", "tests/co19/src", "tests/co19/co19-dartium.status"],

Powered by Google App Engine