summaryrefslogtreecommitdiff
path: root/misc/cgo/testso/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testso/main.go')
-rw-r--r--misc/cgo/testso/main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/cgo/testso/main.go b/misc/cgo/testso/main.go
index 672ab262b..88aa4322d 100644
--- a/misc/cgo/testso/main.go
+++ b/misc/cgo/testso/main.go
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+
package main
-import "cgosotest"
+import "."
func main() {
cgosotest.Test()