Chromium Code Reviews| 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";') |
| ]) |