| Index: runtime/observatory/lib/src/models/repositories/script.dart
 | 
| diff --git a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart b/runtime/observatory/lib/src/models/repositories/script.dart
 | 
| similarity index 71%
 | 
| copy from pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart
 | 
| copy to runtime/observatory/lib/src/models/repositories/script.dart
 | 
| index d575643598c26036bc0e72a3592eeccc5d6eaf44..e3b54ad158e63d64ec8ccb9d286d4489368474e5 100644
 | 
| --- a/pkg/analyzer_cli/test/data/package_with_embedder_yaml/lib/grizzly.dart
 | 
| +++ b/runtime/observatory/lib/src/models/repositories/script.dart
 | 
| @@ -2,6 +2,6 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -library grizzly;
 | 
| +part of models;
 | 
|  
 | 
| -class Bear {}
 | 
| +abstract class ScriptRepository extends Repository<Script, String> {}
 | 
| 
 |