Skip to content

Commit 7622ce8

Browse files
committed
phy: fix ARMPL issue
1 parent 0a5a1de commit 7622ce8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unittests/phy/upper/signal_processors/port_channel_estimator_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class ChannelEstFixture : public ::testing::TestWithParam<test_case_t>
7070
}
7171
}
7272

73+
static void TearDownTestSuite() { ch_est_factory.reset(); }
74+
7375
void SetUp() override
7476
{
7577
// Assert factories again for compatibility with GTest < 1.11.

0 commit comments

Comments
 (0)