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

Unified Diff: sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_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/serve/web_socket/path_to_urls_errors_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart b/sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart
index 14ed26ad9ee8f18d3ec24be70f2a098f7bba9899..61b1928214dc21df296cfc28740624297ad51a68 100644
--- a/sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/web_socket/path_to_urls_errors_test.dart
@@ -25,9 +25,6 @@ main() {
d.dir(appPath, [
d.appPubspec({"foo": {"path": "../foo"}}),
d.file("top-level.txt", "top-level"),
- d.dir("asset", [
- d.file("foo.txt", "foo"),
- ]),
d.dir("bin", [
d.file("foo.txt", "foo"),
]),

Powered by Google App Engine
This is Rietveld 408576698