diff options
Diffstat (limited to 'gr-blocks/lib/qa_gr_top_block.h')
-rw-r--r-- | gr-blocks/lib/qa_gr_top_block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/qa_gr_top_block.h b/gr-blocks/lib/qa_gr_top_block.h index 634eeab1f8..e3ea3227e9 100644 --- a/gr-blocks/lib/qa_gr_top_block.h +++ b/gr-blocks/lib/qa_gr_top_block.h @@ -27,9 +27,9 @@ #include <cppunit/TestCase.h> #include <stdexcept> -class qa_gr_top_block : public CppUnit::TestCase +class qa_top_block : public CppUnit::TestCase { - CPPUNIT_TEST_SUITE(qa_gr_top_block); + CPPUNIT_TEST_SUITE(qa_top_block); CPPUNIT_TEST(t0); CPPUNIT_TEST(t1_run); |