aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/moricho/tparallel/testmap.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-09-10 12:16:33 +0200
committerTaras Madan <tarasmadan@google.com>2024-09-10 14:05:26 +0000
commitc97c816133b42257d0bcf1ee4bd178bb2a7a2b9e (patch)
tree0bcbc2e540bbf8f62f6c17887cdd53b8c2cee637 /vendor/github.com/moricho/tparallel/testmap.go
parent54e657429ab892ad06c90cd7c1a4eb33ba93a3dc (diff)
vendor: update
Diffstat (limited to 'vendor/github.com/moricho/tparallel/testmap.go')
-rw-r--r--vendor/github.com/moricho/tparallel/testmap.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/moricho/tparallel/testmap.go b/vendor/github.com/moricho/tparallel/testmap.go
index fa9bed708..fd6a3b432 100644
--- a/vendor/github.com/moricho/tparallel/testmap.go
+++ b/vendor/github.com/moricho/tparallel/testmap.go
@@ -49,6 +49,10 @@ func appendTestMap(subtests []*ssa.Function, instr ssa.Instruction) []*ssa.Funct
}
ssaCall := call.Value()
+ if ssaCall == nil {
+ return subtests
+ }
+
for _, arg := range ssaCall.Call.Args {
switch arg := arg.(type) {
case *ssa.Function: