| Index: runtime/observatory/test/graph_test.dart | 
| =================================================================== | 
| --- runtime/observatory/test/graph_test.dart	(revision 45029) | 
| +++ runtime/observatory/test/graph_test.dart	(working copy) | 
| @@ -69,7 +69,7 @@ | 
| bVertex.shallowSize + | 
| rVertex.shallowSize)); | 
|  | 
| -      const int fixedSizeListCid = 62; | 
| +      const int fixedSizeListCid = 61; | 
| List<ObjectVertex> lists = new List.from(graph.vertices.where( | 
| (ObjectVertex obj) => obj.classId == fixedSizeListCid)); | 
| expect(lists.length >= 2, isTrue); | 
|  |