testing.common.Error (method, view implemented interface methods)

7 uses

	testing (current package)
		testing.go#L795: func (c *common) Error(args ...interface{}) {

	src.elv.sh/pkg/store/storetest
		cmd.go#L77: 		t.Error("Failed to remove cmd")
		shared_var.go#L18: 		t.Error("want ErrNoSharedVar, got", err)
		shared_var.go#L24: 		t.Error("want no error, got", err)
		shared_var.go#L34: 		t.Error("want no error, got", err)
		shared_var.go#L44: 		t.Error("want no error, got", err)
		shared_var.go#L48: 		t.Error("want ErrNoSharedVar, got", err)