diff options
author | Ian Lance Taylor <iant@golang.org> | 2019-08-08 14:30:50 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2019-08-08 14:30:50 -0700 |
commit | 7aafe3d8b2c8b138c431d5fcc98a4d2a7c3270f9 (patch) | |
tree | 0628151f6974949043a884828a78baaefeb3c526 /Examples/test-suite/go/voidtest_runme.go | |
parent | 5e2b8f3ec9594b385824976ebf79b22572d06214 (diff) | |
download | swig-7aafe3d8b2c8b138c431d5fcc98a4d2a7c3270f9.tar.gz |
Fix all Go tests to build with "go build"
Tested against Go 1.6 through Go 1.13beta1, and gccgo.
Fixes #1607
Diffstat (limited to 'Examples/test-suite/go/voidtest_runme.go')
-rw-r--r-- | Examples/test-suite/go/voidtest_runme.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/go/voidtest_runme.go b/Examples/test-suite/go/voidtest_runme.go index 133545cea..35c5289fd 100644 --- a/Examples/test-suite/go/voidtest_runme.go +++ b/Examples/test-suite/go/voidtest_runme.go @@ -1,6 +1,6 @@ package main -import "voidtest" +import "swigtests/voidtest" func main() { voidtest.Globalfunc() |