From 078d8c2c5a008f710ba5349fdc2a21a12a128f58 Mon Sep 17 00:00:00 2001 From: Zhang Boyang Date: Sun, 10 Sep 2017 18:20:02 +0800 Subject: Add test case for fastcall calling convention --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index edd872f..3ff60fd 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -18,7 +18,7 @@ ifeq ($(ARCH),x86_64) SKIP += 73_arm64.test endif ifeq (,$(filter i386,$(ARCH))) - SKIP += 98_al_ax_extend.test + SKIP += 98_al_ax_extend.test 99_fastcall.test endif ifeq (,$(filter i386 x86_64,$(ARCH))) SKIP += 85_asm-outside-function.test -- cgit v1.3.1