summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-10-09 14:58:32 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-10-28 11:38:00 +0100
commit2355ca4927cffd8307fdb78aaadeb584450bef21 (patch)
tree8b681db88138ab259f3994cbe6943e6030a5eb1f /tests
parentfb99b7875dfe64a4073aa14f33c551098632847c (diff)
downloadDLT-daemon-2355ca4927cffd8307fdb78aaadeb584450bef21.tar.gz
Got rid of warnings from some older compilers
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/dlt_env_ll_unit_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dlt_env_ll_unit_test.cpp b/tests/dlt_env_ll_unit_test.cpp
index 10c8907..a5387bf 100644
--- a/tests/dlt_env_ll_unit_test.cpp
+++ b/tests/dlt_env_ll_unit_test.cpp
@@ -530,7 +530,7 @@ TEST(DltExtensionTests, dlt_env_extract_symbolic_ll)
result = 18;
ASSERT_EQ(-1, dlt_env_extract_symbolic_ll(&tmp1, &result));
- ASSERT_EQ(NULL, *tmp1);
+ ASSERT_EQ(0, *tmp1);
ASSERT_EQ(18, result); /* 'result' is not touched */
// incorrect behavior