Skip to content
Snippets Groups Projects
Commit a4d45412 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Update a missing test fixture.

Gbp-Pq: ignore
parent eb9c46e5
No related branches found
No related tags found
No related merge requests found
Pipeline #391169 failed
......@@ -172,7 +172,7 @@ def libmix_differences(libmix1, libmix2):
@skip_unless_tools_exist("xxd")
@skip_unless_tools_exist("llvm-readobj", "llvm-objdump")
@skip_unless_tools_exist("readelf", "objdump")
@skip_if_tool_version_is("readelf", readelf_version, "2.29")
@skip_if_tool_version_is("readelf", readelf_version, "2.38")
@skip_if_binutils_does_not_support_x86()
def test_libmix_differences(libmix_differences):
assert len(libmix_differences) == 5
......
......@@ -9,4 +9,4 @@
- mov $0x2a,%eax
+ mov $0x2b,%eax
pop %rbp
retq
ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment