From 330b2326728d616a82f290fea37e6818f94cdf61 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 29 Mar 2016 13:10:38 +0000 Subject: [PATCH] test: relax lit/embedding/syscall_flags. We currently have broken debug info. In either case, debug info is irrelevant to this test. --- artiq/test/lit/embedding/syscall_flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/lit/embedding/syscall_flags.py b/artiq/test/lit/embedding/syscall_flags.py index 15636507f..7d2a10341 100644 --- a/artiq/test/lit/embedding/syscall_flags.py +++ b/artiq/test/lit/embedding/syscall_flags.py @@ -4,7 +4,7 @@ from artiq.language.core import * from artiq.language.types import * -# CHECK: call void @foo\(\), !dbg !\d+, !tbaa !\d+ +# CHECK: call void @foo\(\)(, !dbg !\d+)?, !tbaa !\d+ # CHECK-L: ; Function Attrs: nounwind # CHECK-NEXT-L: declare void @foo()