Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Aug 31, 2024
1 parent 88cadfd commit 5584fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dwarf/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_vars_1():

# Const type
cst_type: lief.dwarf.types.Pointer = types[468]
assert cst_type.kind == lief.dwarf.Type.KIND.CONST
assert cst_type.kind == lief.dwarf.Type.KIND.CONST_KIND
assert isinstance(cst_type, lief.dwarf.types.Const)

underlying_cst_type = cst_type.underlying_type
Expand Down

0 comments on commit 5584fdf

Please sign in to comment.