| Index: pkg/analyzer/test/services/test_utils.dart
 | 
| diff --git a/pkg/analyzer/test/services/test_utils.dart b/pkg/analyzer/test/services/test_utils.dart
 | 
| index b67ad1ff0167ce8c23f08849ac16a0eacd02c1d9..3f0fafc947ec39084911cfd32312a64c8457c859 100644
 | 
| --- a/pkg/analyzer/test/services/test_utils.dart
 | 
| +++ b/pkg/analyzer/test/services/test_utils.dart
 | 
| @@ -178,9 +178,11 @@ class _TestSource implements Source {
 | 
|  
 | 
|    bool get isInSystemLibrary => _unsupported();
 | 
|  
 | 
| +  Uri get uri => _unsupported();
 | 
| +
 | 
|    Source resolve(String uri) => _unsupported();
 | 
|  
 | 
| -  Source resolveRelative(Uri uri) => _unsupported();
 | 
| +  Uri resolveRelative(Uri uri) => _unsupported();
 | 
|  
 | 
|    TimestampedData<String> get contents => _unsupported();
 | 
|  }
 | 
| 
 |