Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 5d2a082

Browse files
committed
Let it be test
1 parent 22287f7 commit 5d2a082

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_idaapi.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,8 @@ def test_function_names(kernel32_idb, version, bitness, expected):
585585

586586
if version >= 720:
587587
assert api.idc.GetFunctionName(0x689018E5) == "_InternalFindAtom@12"
588-
# elif version > 500:
589-
# # TODO: It might be wrong
590-
# assert api.idc.GetFunctionName(0x689018E5) == "sub_689017d4"
588+
elif version > 500:
589+
assert api.idc.GetFunctionName(0x689018E5) == "sub_689017d4"
591590
elif version == 500:
592591
assert api.idc.GetFunctionName(0x689018E5) == "sub_689018e5"
593592

0 commit comments

Comments
 (0)