From 2355ca4927cffd8307fdb78aaadeb584450bef21 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Fri, 9 Oct 2015 14:58:32 +0200 Subject: Got rid of warnings from some older compilers Signed-off-by: Alexander Wenzel --- tests/dlt_env_ll_unit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.1