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/size_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/size_test.go') diff --git a/prog/size_test.go b/prog/size_test.go index 24bc6f3ec..02c6470d4 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -32,7 +32,7 @@ func TestAssignSizeRandom(t *testing.T) { } func TestAssignSize(t *testing.T) { - target, _, _ := initTest(t) + target := initTargetTest(t, "test", "64") tests := []struct { unsizedProg string sizedProg string -- cgit mrf-deployment