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

Unified Diff: sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart

Issue 308773003: Found some more code referring to the special "asset" directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart
diff --git a/sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart b/sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart
index 11cf6571188fe62fe953ab57d3256b58853c46eb..a57d8e7db545cd8621ee0abe6507224660349e25 100644
--- a/sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart
+++ b/sdk/lib/_internal/pub/test/barback/fails_on_disallowed_directories_test.dart
@@ -19,7 +19,7 @@ main() {
var libSub = path.join("lib", "sub");
pubBuildAndServeShouldFail("if given directories are not allowed",
- args: [libSub, "asset"],
- error: 'Directories "$libSub" and "asset" are not allowed.',
+ args: [libSub, "lib"],
+ error: 'Directories "$libSub" and "lib" are not allowed.',
exitCode: exit_codes.USAGE);
}

Powered by Google App Engine
This is Rietveld 408576698