mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-20 20:04:20 +08:00
Fix wrong name for 85 test.
This commit is contained in:
parent
67fe371f84
commit
7b99c3ac2c
@ -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 New Issue
Block a user