Searched refs:testModuleB (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/ |
D | splice_modules_test.go | 24 testModuleB = &moduleInfo{variantName: "testModuleB"} var 41 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 44 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 50 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 59 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 62 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE}, 77 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 80 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 86 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 95 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], [all …]
|