From 8cb7d3dcfcbe11a6d5682743816409d1c8e8f6a0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Sep 2017 21:18:36 +0200 Subject: all: initial support for fuchsia Nothing works, but builds. Update #191 --- executor/test_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/test_test.go') diff --git a/executor/test_test.go b/executor/test_test.go index 368454ac3..8048d50f0 100644 --- a/executor/test_test.go +++ b/executor/test_test.go @@ -1,6 +1,8 @@ // Copyright 2016 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. +// +build linux + package executor import "testing" -- cgit mrf-deployment