diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 15e23e79c..be3c8d9c5 100644 --- a/test/test.c +++ b/test/test.c @@ -23,7 +23,6 @@ #include "testrdy.h"
#include "testsem.h"
#include "testmtx.h"
-#include "testcond.h"
#include "testmsg.h"
#include "testmbox.h"
#include "testevt.h"
@@ -39,7 +38,6 @@ static const struct testcase **patterns[] = { patternrdy,
patternsem,
patternmtx,
- patterncond,
patternmsg,
patternmbox,
patternevt,
|