Skip to content

Commit 582da8c

Browse files
committed
fix test
1 parent 57ddcd2 commit 582da8c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/devtools_app/test/screens/vm_developer/object_inspector/vm_object_pool_display_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ void main() {
3737
final objectPoolEntries = <ObjectPoolEntry>[
3838
ObjectPoolEntry(
3939
offset: 0,
40-
kind: ObjectPoolEntryKind.object,
4140
value: InstanceRef(
4241
id: 'fake-inst',
4342
kind: InstanceKind.kList,
@@ -46,12 +45,10 @@ void main() {
4645
),
4746
const ObjectPoolEntry(
4847
offset: 10,
49-
kind: ObjectPoolEntryKind.immediate,
5048
value: 42,
5149
),
5250
ObjectPoolEntry(
5351
offset: 20,
54-
kind: ObjectPoolEntryKind.nativeFunction,
5552
value: FuncRef(id: 'func-id', name: 'Foo'),
5653
),
5754
];

0 commit comments

Comments
 (0)