From 91db3ed8ce2dc73444bcd649f8003cbe96fcb227 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 18 Apr 2020 17:09:59 +0200 Subject: prog: add ignore_return and breaks_returns call attribtues We had these hard-coded for fuchsia and linux accordingly. Replace with call attributes. --- sys/test/test.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/test/test.txt') diff --git a/sys/test/test.txt b/sys/test/test.txt index 3fe67d905..1fa8406d1 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -786,8 +786,7 @@ foo$arch_specific_const_as_array_size(a ptr[in, array[int8, ARCH_64_SPECIFIC_CON fallback$0() fd fallback$1(a fd) -seccomp() -prctl$PR_SET_SECCOMP() +breaks_returns() (breaks_returns) # AUTO -- cgit mrf-deployment