Searched refs:numDeps (Results 1 – 1 of 1) sorted by relevance
345 if numDeps(ctx, testMe) != 4 {346 t.Errorf("num dependencies of test_me = %v, not 4\n", numDeps(ctx, testMe))683 func numDeps(ctx *TestContext, module TestingModule) int { func