X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;h=70ed7e03695c434e5b31bec049a468c1e8ee3ac2;hb=101e7a9b40cc97fcd94aca7a1bed086b1f56f269;hp=c169e1ff2271f1d779665486ab23cdc43b94089f;hpb=f65cd27bdbf70644052dd43dac4bbe9403f4dfee;p=pulseview.git diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index c169e1ff..70ed7e03 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -21,7 +21,7 @@ #include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include -#include +#include #include "../../pv/data/decoderstack.hpp" #include "../../pv/devicemanager.hpp" @@ -39,12 +39,12 @@ BOOST_AUTO_TEST_SUITE(DecoderStackTest) BOOST_AUTO_TEST_CASE(TwoDecoderStack) { - sr_context *ctx = NULL; + sr_context *ctx = nullptr; BOOST_REQUIRE(sr_init(&ctx) == SR_OK); BOOST_REQUIRE(ctx); - BOOST_REQUIRE(srd_init(NULL) == SRD_OK); + BOOST_REQUIRE(srd_init(nullptr) == SRD_OK); srd_decoder_load_all();