Searched refs:testModuleC (Results 1 – 1 of 1) sorted by relevance
/build/blueprint/ |
D | splice_modules_test.go | 25 testModuleC = &moduleInfo{variantName: "testModuleC"} var 40 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 43 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 48 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 51 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC}, 56 in: []*moduleInfo{testModuleA, testModuleB, testModuleC}, 57 replace: testModuleC, 72 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], 75 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 80 in: []*moduleInfo{testModuleA, testModuleB, testModuleC, nil}[0:3], [all …]
|