Home
last modified time | relevance | path

Searched refs:wrongQueueSize (Results 1 – 1 of 1) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/test/
H A Dbuffer_test.cpp246 static constexpr size_t wrongQueueSize = testQueueSize - 1; in TEST_F() local
249 const std::vector<uint8_t> emptyArray(wrongQueueSize, 0); in TEST_F()
251 .WillOnce(Return(wrongQueueSize)); in TEST_F()
256 bufferImpl->initialize(testBmcInterfaceVersion, wrongQueueSize, in TEST_F()