aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/arrays_global_runme.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/go/arrays_global_runme.go')
-rw-r--r--Examples/test-suite/go/arrays_global_runme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/go/arrays_global_runme.go b/Examples/test-suite/go/arrays_global_runme.go
index 35b049d9a..9c4a9e57a 100644
--- a/Examples/test-suite/go/arrays_global_runme.go
+++ b/Examples/test-suite/go/arrays_global_runme.go
@@ -1,6 +1,6 @@
package main
-import . "arrays_global"
+import . "swigtests/arrays_global"
func main() {
SetArray_i(GetArray_const_i())