This commit is contained in:
mutouyun 2019-01-24 22:13:38 +08:00
parent 3713d46f3e
commit 4bddccf523
2 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ private slots:
void test_prod_cons_1v3(); void test_prod_cons_1v3();
void test_prod_cons_performance(); void test_prod_cons_performance();
void test_queue(); void test_queue();
} unit__; } /*unit__*/;
#include "test_circ.moc" #include "test_circ.moc"

View File

@ -357,7 +357,7 @@ void Unit::test_route() {
t1.join(); t1.join();
t2.join(); t2.join();
test_prod_cons<ipc::route, 1, 1>(); // test_prod_cons<ipc::route, 1, 1>();
} }
void Unit::test_route_rtt() { void Unit::test_route_rtt() {