From 019cf5f2356fbadb904bb39993ec9e3adb1999c5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Dec 2017 13:49:08 +0100 Subject: sys: move test syscalls to a separate target We have them in linux solely for historical reasons. Fixes #462 --- prog/encodingexec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/encodingexec_test.go') diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go index cff800911..29715e654 100644 --- a/prog/encodingexec_test.go +++ b/prog/encodingexec_test.go @@ -42,7 +42,7 @@ func TestSerializeForExec(t *testing.T) { argResult = uint64(ExecArgResult) argData = uint64(ExecArgData) ) - target, _, _ := initTest(t) + target := initTargetTest(t, "test", "64") var ( dataOffset = target.DataOffset ptrSize = target.PtrSize -- cgit mrf-deployment