Skip to content

Commit

Permalink
Fix arch name
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Dec 1, 2023
1 parent 56c8fbb commit 8639bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyvex.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TestPyvex(unittest.TestCase):
sys.platform == "linux", "Cannot import the resource package on windows, values different on macos."
)
def test_memory(self):
arches = [pyvex.ARCH_X86, pyvex.ARCH_PPC32, pyvex.ARCH_AMD64, pyvex.ARCH_ARM32_BE]
arches = [pyvex.ARCH_X86, pyvex.ARCH_PPC32, pyvex.ARCH_AMD64, pyvex.ARCH_ARM_BE]
# we're not including ArchMIPS32 cause it segfaults sometimes

# disable logging, as that may fill up log buffers somewhere
Expand Down

0 comments on commit 8639bb5

Please sign in to comment.