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