| commit | 78585a778dbba4447a2f456c1db1c9f40abac1eb | [log] [tgz] |
|---|---|---|
| author | Brad Bishop <bradbish@qti.qualcomm.com> | Tue Jul 29 15:27:08 2025 -0400 |
| committer | Brad Bishop <bradbish@qti.qualcomm.com> | Tue Nov 04 06:50:55 2025 -0500 |
| tree | 325d8c246cafefd25e6663585f15973ed999cecc | |
| parent | 7f900ff92c4a1bd7727361ff0fb25bdeb5ff0f97 [diff] [blame] |
tidy: fix modernize-use-override Tested by building the code. Change-Id: I57d44e54c67c7b6b3f5b758107a6d5988d1e47e3 Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
diff --git a/src/test/associations.cpp b/src/test/associations.cpp index ca31f41..b159f95 100644 --- a/src/test/associations.cpp +++ b/src/test/associations.cpp
@@ -13,7 +13,7 @@ { public: boost::asio::io_context io; - virtual void SetUp() + void SetUp() override { io.run(); }