summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorypostolov <ypostolov@luxoft.com>2020-01-09 20:08:24 +0200
committeryurii <ypostolov>2020-03-26 15:02:49 +0200
commit23646e2ac6f326e0b8bc89ed08efe16302ab363c (patch)
tree7d553549c8436bd40a7004334b30acfa0264c84e
parentff053574e05e1bed827bfd4cca6b38eed8bec156 (diff)
downloadsdl_core-23646e2ac6f326e0b8bc89ed08efe16302ab363c.tar.gz
fix cppcheck issues in component resumption
-rw-r--r--src/components/resumption/test/last_state_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/resumption/test/last_state_test.cc b/src/components/resumption/test/last_state_test.cc
index 61c227bbf3..d11d9a5973 100644
--- a/src/components/resumption/test/last_state_test.cc
+++ b/src/components/resumption/test/last_state_test.cc
@@ -72,6 +72,7 @@ class LastStateTest : public ::testing::Test {
resumption::LastStateImpl last_state_;
};
+// cppcheck-suppress syntaxError
TEST_F(LastStateTest, Basic) {
const Value& dictionary = last_state_.dictionary();
EXPECT_EQ(empty_dictionary_, dictionary.toStyledString());