Skip to content

Commit ecf3ab6

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent cf82b98 commit ecf3ab6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ class AVInputTest : public ::testing::Test {
150150
OnHdmiContentTypeUpdateNotification = notification;
151151
return Core::ERROR_NONE;;
152152
}));
153-
// <pca> debug
154-
#endif
155-
// </pca>
156153

157154
#ifdef USE_THUNDER_R4
158155
ON_CALL(comLinkMock, Instantiate(::testing::_, ::testing::_, ::testing::_))
@@ -166,6 +163,10 @@ class AVInputTest : public ::testing::Test {
166163
.WillByDefault(::testing::Return(AVInputImpl));
167164
#endif
168165

166+
// <pca> debug
167+
#endif
168+
// </pca>
169+
169170
// <pca>
170171
#if 0
171172
// </pca>

0 commit comments

Comments
 (0)