We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f703cc commit 27ac9ccCopy full SHA for 27ac9cc
storage/blockdevice/tests/TESTS/blockdevice/general_block_device/main.cpp
@@ -855,7 +855,7 @@ void test_deinit_bd()
855
856
void test_write_deinit_init()
857
{
858
- //TEST_SKIP_UNLESS_MESSAGE(block_device != NULL, "no block device found.");
+ TEST_SKIP_UNLESS_MESSAGE(block_device != NULL, "no block device found.");
859
// Determine start_address & stop_address
860
bd_addr_t addr = sectors_addr[rand() % num_of_sectors];
861
bd_size_t erase_size = block_device->get_erase_size(addr);
0 commit comments