mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-04 15:12:56 +08:00
Update import paths for new repository
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -4,8 +4,8 @@ import "testing"
|
||||
|
||||
func TestParsePackageName(t *testing.T) {
|
||||
var (
|
||||
name = "github.com/docker/libcontainer/stacktrace.captureFunc"
|
||||
expectedPackage = "github.com/docker/libcontainer/stacktrace"
|
||||
name = "github.com/opencontainers/runc/libcontainer/stacktrace.captureFunc"
|
||||
expectedPackage = "github.com/opencontainers/runc/libcontainer/stacktrace"
|
||||
expectedFunction = "captureFunc"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user