| Index: test/runner/browser/loader_test.dart
|
| diff --git a/test/runner/browser/loader_test.dart b/test/runner/browser/loader_test.dart
|
| index 322de04cd04951fa23aae36b8a98860f71eda259..fbf549cc4a66fbb6295ac23c89f956791a509d00 100644
|
| --- a/test/runner/browser/loader_test.dart
|
| +++ b/test/runner/browser/loader_test.dart
|
| @@ -88,15 +88,6 @@ void main() {
|
| });
|
| });
|
|
|
| - test("throws a nice error if the package root doesn't exist", () {
|
| - var loader = new Loader([TestPlatform.chrome], root: _sandbox);
|
| - expect(
|
| - loader.loadFile(p.join(_sandbox, 'a_test.dart')).first
|
| - .whenComplete(loader.close),
|
| - throwsA(isLoadException(
|
| - "Directory ${p.join(_sandbox, 'packages')} does not exist.")));
|
| - });
|
| -
|
| test("loads a suite both in the browser and the VM", () {
|
| var loader = new Loader([TestPlatform.vm, TestPlatform.chrome],
|
| root: _sandbox,
|
|
|