X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;h=70ed7e03695c434e5b31bec049a468c1e8ee3ac2;hb=f420385094dc7392e6bcec494d800f1d4b34f082;hp=96f8b4a0ee4ebf6bb41200a269bf871ead274d3c;hpb=fe3a1c218407f6b8a0d7ac7c454593809212ea9e;p=pulseview.git diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 96f8b4a..70ed7e0 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -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();