Skip to content

Commit ec3f2c9

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent 229320c commit ec3f2c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class AVInputTest : public ::testing::Test {
6969
2, Core::Thread::DefaultStackSize(), 16))
7070
{
7171
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 1");
72+
printf("*** _DEBUG: AVInputTest ctor printf test");
7273
p_serviceMock = new NiceMock <ServiceMock>;
7374

7475
p_avInputMock = new NiceMock <AVInputMock>;

0 commit comments

Comments
 (0)