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

Unified Diff: sdk/lib/_internal/pub/test/build/handles_long_paths_test.dart

Issue 306693002: Remove support for the special "assets" 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/build/handles_long_paths_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/handles_long_paths_test.dart b/sdk/lib/_internal/pub/test/build/handles_long_paths_test.dart
index fe9bc0d1b2abbbd399cbc905fd52d3487fc00c9d..3b8b17b60e42b010a5811eccead0111cddef2dc4 100644
--- a/sdk/lib/_internal/pub/test/build/handles_long_paths_test.dart
+++ b/sdk/lib/_internal/pub/test/build/handles_long_paths_test.dart
@@ -33,7 +33,7 @@ main() {
d.dir("some_long_dependency_name", [
d.libPubspec("foo", "0.0.1"),
- d.dir("asset", [
+ d.dir("lib", [
d.file("foo.txt", "foo")
])
]).create();
@@ -61,7 +61,7 @@ main() {
d.dir('build', [
d.dir('web', [
d.file("index.html", "html"),
- d.dir('assets', [
+ d.dir('packages', [
d.dir('foo', [
d.file('foo.txt', 'foo')
])

Powered by Google App Engine
This is Rietveld 408576698