We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229320c commit ec3f2c9Copy full SHA for ec3f2c9
Tests/L1Tests/tests/test_AVInput.cpp
@@ -69,6 +69,7 @@ class AVInputTest : public ::testing::Test {
69
2, Core::Thread::DefaultStackSize(), 16))
70
{
71
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 1");
72
+ printf("*** _DEBUG: AVInputTest ctor printf test");
73
p_serviceMock = new NiceMock <ServiceMock>;
74
75
p_avInputMock = new NiceMock <AVInputMock>;
0 commit comments