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/encoding_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/encoding_test.go') diff --git a/prog/encoding_test.go b/prog/encoding_test.go index 20753bfdc..a46428526 100644 --- a/prog/encoding_test.go +++ b/prog/encoding_test.go @@ -96,7 +96,7 @@ func TestCallSetRandom(t *testing.T) { } func TestDeserialize(t *testing.T) { - target, _, _ := initTest(t) + target := initTargetTest(t, "test", "64") tests := []struct { data string err *regexp.Regexp -- cgit mrf-deployment