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

Unified Diff: utils/tests/pub/pub_test.dart

Issue 10857059: Look for SDK packages in "pkg" in addition to "lib". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « utils/pub/sdk_source.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub_test.dart
diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
index d618895f7f8e18430dc6d621637bb8346b340124..0f699be8bd22f82ce1856bfd3906a6dd6486ad46 100644
--- a/utils/tests/pub/pub_test.dart
+++ b/utils/tests/pub/pub_test.dart
@@ -93,7 +93,7 @@ installCommand() {
test('checks out a package from the SDK', () {
dir(sdkPath, [
file('revision', '1234'),
- dir('lib', [
+ dir('pkg', [
dir('foo', [
file('foo.dart', 'main() => "foo";')
])
« no previous file with comments | « utils/pub/sdk_source.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698