runtime: config overlay
This commit is contained in:
@@ -329,6 +329,12 @@ func TestIntVal(t *testing.T) {
|
||||
intVal(&ssa.Parameter{})
|
||||
}
|
||||
|
||||
func TestIgnoreName(t *testing.T) {
|
||||
if !ignoreName("runtime/foo.bar") || ignoreName("internal/abi.Type") {
|
||||
t.Fatal("ignoreName failed")
|
||||
}
|
||||
}
|
||||
|
||||
func TestErrImport(t *testing.T) {
|
||||
var ctx context
|
||||
pkg := types.NewPackage("foo", "foo")
|
||||
|
||||
Reference in New Issue
Block a user