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

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

Issue 937243002: Revert "Revert "Use native async/await support in pub."" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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
« no previous file with comments | « tools/status_clean.dart ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_configurations.dart
diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
index 6edd93c7ef19ab665cd22c51d1222941b69d65d1..c49bfcaf231c8f9e51058bdd3b7862e258f50469 100644
--- a/tools/testing/dart/test_configurations.dart
+++ b/tools/testing/dart/test_configurations.dart
@@ -199,7 +199,7 @@ void testConfigurations(List<Map> configurations) {
// TODO(rnystrom): Move pub back into TEST_SUITE_DIRECTORIES once
// #104 is fixed.
testSuites.add(new StandardTestSuite(conf, 'pub',
- new Path('sdk/lib/_internal/pub_generated'),
+ new Path('sdk/lib/_internal/pub'),
['sdk/lib/_internal/pub/pub.status'],
isTestFilePredicate: (file) => file.endsWith('_test.dart'),
recursive: true));
« no previous file with comments | « tools/status_clean.dart ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698