diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 5cc11f542..73fbe7381 100644 --- a/test/test.c +++ b/test/test.c @@ -20,7 +20,7 @@ #include <ch.h>
#include "test.h"
-#include "testrdy.h"
+#include "testthd.h"
#include "testsem.h"
#include "testmtx.h"
#include "testmsg.h"
@@ -35,7 +35,7 @@ * Array of all the test patterns.
*/
static const struct testcase **patterns[] = {
- patternrdy,
+ patternthd,
patternsem,
patternmtx,
patternmsg,
|