diff options
| author | hathach <[email protected]> | 2013-04-28 00:00:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-28 00:00:48 +0700 |
| commit | fdd98e2fa954af916b2b61b4852d21af11477cd0 (patch) | |
| tree | b6622ec807663c1ab4d4c7a41f006bbd9b070f00 /tests | |
| parent | d68f882a251f3f3deb3fad38eab61cc717429a07 (diff) | |
clean up main
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test/host/usbh/test_usbh.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test/host/usbh/test_usbh.c b/tests/test/host/usbh/test_usbh.c index 1058e54d6..6ec0ffcf3 100644 --- a/tests/test/host/usbh/test_usbh.c +++ b/tests/test/host/usbh/test_usbh.c @@ -111,16 +111,6 @@ void test_usbh_init_enum_queue_create_failed(void) TEST_ASSERT_EQUAL(TUSB_ERROR_OSAL_QUEUE_FAILED, usbh_init()); } -void test_usbh_init_reporter_taks_create_failed(void) -{ - TEST_IGNORE(); -} - -void test_usbh_init_reporter_queue_create_failed(void) -{ - TEST_IGNORE(); -} - void class_init_expect(void) { hidh_init_Expect(); |
