X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;h=3bb2f3eb310d52f525845142cd52baf51e109a8a;hp=8af1c619d320febf6dc5cb3b7ebafbf7ae84a981;hb=83b1c8d251386ac1980284c4668cbdd8e425550f;hpb=20c80c8aa4720f5b379e319f553c133687069b4e diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 8af1c61..3bb2f3e 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)