From b84997c9b7250804dd6881a9b3893402ed0c2af3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 26 Nov 2023 07:56:30 +0000 Subject: [PATCH] fix unit test --- tests/alive-tv/asm/load-ptr2int2.srctgt.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/alive-tv/asm/load-ptr2int2.srctgt.ll b/tests/alive-tv/asm/load-ptr2int2.srctgt.ll index f6f6b8bcb..8375a4737 100644 --- a/tests/alive-tv/asm/load-ptr2int2.srctgt.ll +++ b/tests/alive-tv/asm/load-ptr2int2.srctgt.ll @@ -1,3 +1,5 @@ +; TEST-ARGS: -tgt-is-asm + define i8 @src(ptr %p) { %v = load i8, ptr %p ret i8 %v