diff --git a/test/test_circ.cpp b/test/test_circ.cpp index 0b05b18..5e722db 100644 --- a/test/test_circ.cpp +++ b/test/test_circ.cpp @@ -235,7 +235,7 @@ private slots: void test_prod_cons_1v3(); void test_prod_cons_performance(); void test_queue(); -} unit__; +} /*unit__*/; #include "test_circ.moc" diff --git a/test/test_ipc.cpp b/test/test_ipc.cpp index 70f6953..d126ce0 100644 --- a/test/test_ipc.cpp +++ b/test/test_ipc.cpp @@ -357,7 +357,7 @@ void Unit::test_route() { t1.join(); t2.join(); - test_prod_cons(); +// test_prod_cons(); } void Unit::test_route_rtt() {