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') |
]) |