X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;h=3bb2f3eb310d52f525845142cd52baf51e109a8a;hb=ed77633334ce2237f5a12178f817548e30c69b64;hp=8af1c619d320febf6dc5cb3b7ebafbf7ae84a981;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 8af1c619..3bb2f3eb 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -17,6 +17,8 @@ * along with this program; if not, see . */ +#if 0 + #include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include @@ -33,7 +35,6 @@ using pv::view::DecodeTrace; using std::shared_ptr; using std::vector; -#if 0 BOOST_AUTO_TEST_SUITE(DecoderStackTest) BOOST_AUTO_TEST_CASE(TwoDecoderStack)