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:
Alan Donovan 2014-01-22 17:19:25 -05:00
parent 0dcaae1610
commit 87b29f65dc
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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",