| Index: pkg/analyzer/test/generated/source_factory_test.dart
|
| diff --git a/pkg/analyzer/test/generated/source_factory_test.dart b/pkg/analyzer/test/generated/source_factory_test.dart
|
| index 9aa7fc14eebd2f444826c6b445ba1dc847f1ff43..42e2d7a148096dadd2d868f958dc2fd31338b448 100644
|
| --- a/pkg/analyzer/test/generated/source_factory_test.dart
|
| +++ b/pkg/analyzer/test/generated/source_factory_test.dart
|
| @@ -146,7 +146,7 @@ quiver:/home/somebody/.pub/cache/quiver-1.2.1/lib
|
| expect(
|
| () => resolvePackageUri(
|
| config: 'foo:<:&%>', uri: 'package:foo/bar.dart'),
|
| - throwsA(new isInstanceOf('FormatException')));
|
| + throwsA(new isInstanceOf<FormatException>()));
|
| });
|
| test('Valid URI that cannot be further resolved', () {
|
| String uri = resolvePackageUri(
|
|
|