From 4bddccf5232da9bbb79a07fc98d863544ba2732c Mon Sep 17 00:00:00 2001 From: mutouyun Date: Thu, 24 Jan 2019 22:13:38 +0800 Subject: [PATCH] test... --- test/test_circ.cpp | 2 +- test/test_ipc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {