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

Unified Diff: dart/tools/test.dart

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 months 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: dart/tools/test.dart
diff --git a/dart/tools/test.dart b/dart/tools/test.dart
index d319bdaec2a070ba2f63fe69c850f9b0e43d8fa5..4b020b9adc5a89b205b37cee7da413a76d8e0752 100755
--- a/dart/tools/test.dart
+++ b/dart/tools/test.dart
@@ -185,9 +185,6 @@ void testConfigurations(List<Map> configurations) {
if (key == 'analyze_library') {
testSuites.add(new AnalyzeLibraryTestSuite(conf));
}
- if (key == 'analyze_tests') {
- testSuites.add(new AnalyzeTestsTestSuite(conf));
- }
}
}

Powered by Google App Engine
This is Rietveld 408576698