commit | cb2fbeb986357685c2e0040195228ca643fdc9cd | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Fri Jan 06 13:16:19 2023 -0800 |
committer | Ed Tanous <ed@tanous.net> | Fri Jan 06 22:57:48 2023 +0000 |
tree | 0f04b4f67a8b41a05b48537b808ac2ccf1da0f79 | |
parent | 640a7d56589c6f514c45d442daaa1d4be93eb5a6 [diff] [blame] |
Remove some extra semi-colons in tests These snuck in here and cause clang warnings. Fix them. Change-Id: I526cfee1ebc799eae48b92e790273f31462c655f Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/test/message/append.cpp b/test/message/append.cpp index b0ef54e..20ca441 100644 --- a/test/message/append.cpp +++ b/test/message/append.cpp
@@ -44,7 +44,7 @@ nullptr, nullptr, nullptr, nullptr)) .WillRepeatedly(Return(0)); - }; + } sdbusplus::message_t new_message() {