aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/extern_c_runme.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/go/extern_c_runme.go')
-rw-r--r--Examples/test-suite/go/extern_c_runme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/go/extern_c_runme.go b/Examples/test-suite/go/extern_c_runme.go
index 0fb5b21cc..1cbfd9d80 100644
--- a/Examples/test-suite/go/extern_c_runme.go
+++ b/Examples/test-suite/go/extern_c_runme.go
@@ -1,6 +1,6 @@
package main
-import "./extern_c"
+import "swigtests/extern_c"
func main() {
extern_c.RealFunction(2)