Searched refs:testModuleE (Results 1 – 1 of 1) sorted by relevance
| /build/blueprint/ |
| D | splice_modules_test.go | 27 testModuleE = &moduleInfo{variantName: "testModuleE"} var 42 with: []*moduleInfo{testModuleD, testModuleE}, 43 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC}, 50 with: []*moduleInfo{testModuleD, testModuleE}, 51 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC}, 58 with: []*moduleInfo{testModuleD, testModuleE}, 59 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE}, 66 with: []*moduleInfo{testModuleD, testModuleE}, 67 out: []*moduleInfo{testModuleD, testModuleE}, 74 with: []*moduleInfo{testModuleD, testModuleE}, [all …]
|