From 5de34a784c610ab08888c185dd0c09f542d62d4f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 15 Mar 2020 22:20:09 +0100 Subject: pkg/compiler: don't specify syscall consts for test OS This is just tedious. Fabricate them on the fly. --- pkg/compiler/testdata/warnings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/compiler/testdata') diff --git a/pkg/compiler/testdata/warnings.txt b/pkg/compiler/testdata/warnings.txt index c85fa686d..99b59e5ed 100644 --- a/pkg/compiler/testdata/warnings.txt +++ b/pkg/compiler/testdata/warnings.txt @@ -15,7 +15,7 @@ type suspicious_len_template[T] { b ptr[in, array[T]] } -bar() ### unsupported syscall: bar due to missing const SYS_bar -bar$1() +unsupported() ### unsupported syscall: unsupported due to missing const SYS_unsupported +unsupported$1() foo(a const[NO_SUCH_CONST], b r0) ### unsupported syscall: foo due to missing const NO_SUCH_CONST resource r0[int32]: NO_EITHER ### unsupported resource: r0 due to missing const NO_EITHER -- cgit mrf-deployment