| Index: test/loader_test.dart
|
| diff --git a/test/loader_test.dart b/test/loader_test.dart
|
| index 95a4a8b14e19cde86747e94b6efad9d1b2d6b967..47197fbf02ab2cdb37de3d4891eb62e9d9d11996 100644
|
| --- a/test/loader_test.dart
|
| +++ b/test/loader_test.dart
|
| @@ -83,7 +83,7 @@ void main() {
|
| test("throws a nice error if the package root doesn't exist", () {
|
| var loader = new Loader();
|
| expect(() => loader.loadFile(p.join(_sandbox, 'a_test.dart')),
|
| - throwsA(isFileSystemException(
|
| + throwsA(isLoadException(
|
| "Directory ${p.join(_sandbox, 'packages')} does not exist.")));
|
| });
|
| });
|
|
|