Fix wrong name for 85 test.
This commit is contained in:
parent
67fe371f84
commit
7b99c3ac2c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ifeq ($(ARCH),x86-64)
|
|||
SKIP += 73_arm64.test
|
||||
endif
|
||||
ifeq (,$(filter i386 x86-64,$(ARCH)))
|
||||
SKIP += 85-asm-outside-function.test
|
||||
SKIP += 85_asm-outside-function.test
|
||||
endif
|
||||
|
||||
# Some tests might need arguments
|
||||
|
|
Loading…
Reference in a new issue