diff options
| author | Christian Jullien <Christian Jullien> | 2017-02-15 09:00:38 +0100 |
|---|---|---|
| committer | Christian Jullien <Christian Jullien> | 2017-02-15 09:00:38 +0100 |
| commit | 7b99c3ac2c9c1761d68be1192f975a39199be28d (patch) | |
| tree | 6a156303cdcd715fd69ee3039573a8b03ac6bc04 /tests/tests2/Makefile | |
| parent | 67fe371f8497f20f500ca019217c48493dba0dc8 (diff) | |
| download | tinycc-7b99c3ac2c9c1761d68be1192f975a39199be28d.tar.gz tinycc-7b99c3ac2c9c1761d68be1192f975a39199be28d.tar.bz2 | |
Fix wrong name for 85 test.
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 59b2438..f7cd981 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -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 |
