aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/go/threads_exception_runme.go
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/go/threads_exception_runme.go')
-rw-r--r--Examples/test-suite/go/threads_exception_runme.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/go/threads_exception_runme.go b/Examples/test-suite/go/threads_exception_runme.go
index e3da1dc25..b554f0e28 100644
--- a/Examples/test-suite/go/threads_exception_runme.go
+++ b/Examples/test-suite/go/threads_exception_runme.go
@@ -1,7 +1,7 @@
package main
import "strings"
-import "threads_exception"
+import "swigtests/threads_exception"
func main() {
t := threads_exception.NewTest()