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.cpp245 static constexpr size_t wrongQueueSize = testQueueSize - 1; in TEST_F() local
248 const std::vector<uint8_t> emptyArray(wrongQueueSize, 0); in TEST_F()
250 .WillOnce(Return(wrongQueueSize)); in TEST_F()
255 bufferImpl->initialize(testBmcInterfaceVersion, wrongQueueSize, in TEST_F()