From 7b99c3ac2c9c1761d68be1192f975a39199be28d Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Wed, 15 Feb 2017 09:00:38 +0100 Subject: [PATCH] Fix wrong name for 85 test. --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 59b24388..f7cd981f 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 -- 2.11.4.GIT