go.tools/go/ssa/interp: fix broken import paths.
Fixes golang/go#7166 R=gri CC=golang-codereviews https://golang.org/cl/55710045
This commit is contained in:
parent
0dcaae1610
commit
87b29f65dc
|
|
@ -7,7 +7,7 @@ package interp
|
|||
import (
|
||||
"syscall"
|
||||
|
||||
"code.google.com/p/go.tools/ssa"
|
||||
"code.google.com/p/go.tools/go/ssa"
|
||||
)
|
||||
|
||||
func ext۰syscall۰Close(fn *ssa.Function, args []value) value {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ package interp
|
|||
import (
|
||||
"syscall"
|
||||
|
||||
"code.google.com/p/go.tools/ssa"
|
||||
"code.google.com/p/go.tools/go/ssa"
|
||||
)
|
||||
|
||||
func ext۰syscall۰Close(fn *ssa.Function, args []value) value {
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ var gorootTestTests = []string{
|
|||
// bench chan bugs fixedbugs interface ken.
|
||||
}
|
||||
|
||||
// These are files in go.tools/ssa/interp/testdata/.
|
||||
// These are files in go.tools/go/ssa/interp/testdata/.
|
||||
var testdataTests = []string{
|
||||
"boundmeth.go",
|
||||
"coverage.go",
|
||||
|
|
|
|||
Loading…
Reference in New Issue