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

Unified Diff: sdk/lib/_internal/pub/test/validator/directory_test.dart

Issue 14762003: Put "packages" directories in "benchmark". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Show validation warning on "benchmarks". Created 7 years, 8 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 | « sdk/lib/_internal/pub/test/install/pub_install_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/validator/directory_test.dart
diff --git a/sdk/lib/_internal/pub/test/validator/directory_test.dart b/sdk/lib/_internal/pub/test/validator/directory_test.dart
index e3acfb4b2bf5992b82801dee275c6e50f52cd151..1b58b6994eef8956803dc44e64e278a2db9d6f2a 100644
--- a/sdk/lib/_internal/pub/test/validator/directory_test.dart
+++ b/sdk/lib/_internal/pub/test/validator/directory_test.dart
@@ -35,7 +35,10 @@ main() {
'named', () {
setUp(d.validPackage.create);
- var names = ["tools", "tests", "docs", "examples", "sample", "samples"];
+ var names = [
+ "benchmarks", "docs", "examples", "sample", "samples", "tests", "tools"
+ ];
+
for (var name in names) {
integration('"$name"', () {
d.dir(appPath, [d.dir(name)]).create();
« no previous file with comments | « sdk/lib/_internal/pub/test/install/pub_install_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698