]> sigrok.org Git - pulseview.git/blobdiff - test/data/logicsegment.cpp
Drop some trailing whitespace.
[pulseview.git] / test / data / logicsegment.cpp
index b634257c17eaa278d261e560f7fb6a5c776c5cc6..b5cf0ba45c85adad2b36b2a96870e34db5f75ae2 100644 (file)
 
 #include <pv/data/logicsegment.hpp>
 
+#if 0
 using pv::data::LogicSegment;
 using std::vector;
+#endif
 
 // Dummy, remove again when unit tests are fixed.
 BOOST_AUTO_TEST_SUITE(DummyTestSuite)
@@ -420,7 +422,7 @@ BOOST_AUTO_TEST_CASE(LongPulses)
        BOOST_CHECK_EQUAL(edges[0].second, true);
        BOOST_CHECK_EQUAL(edges[1].first, 16);
        BOOST_CHECK_EQUAL(edges[1].second, false);
-       
+
        for (int i = 1; i < Cycles; i++) {
                BOOST_CHECK_EQUAL(edges[i+1].first, i * Period);
                BOOST_CHECK_EQUAL(edges[i+1].second, false);