Skip to content

Commit 27ac9cc

Browse files
Oops, didn't mean to commit that
1 parent 6f703cc commit 27ac9cc

File tree

1 file changed

+1
-1
lines changed
  • storage/blockdevice/tests/TESTS/blockdevice/general_block_device

1 file changed

+1
-1
lines changed

storage/blockdevice/tests/TESTS/blockdevice/general_block_device/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ void test_deinit_bd()
855855

856856
void test_write_deinit_init()
857857
{
858-
//TEST_SKIP_UNLESS_MESSAGE(block_device != NULL, "no block device found.");
858+
TEST_SKIP_UNLESS_MESSAGE(block_device != NULL, "no block device found.");
859859
// Determine start_address & stop_address
860860
bd_addr_t addr = sectors_addr[rand() % num_of_sectors];
861861
bd_size_t erase_size = block_device->get_erase_size(addr);

0 commit comments

Comments
 (0)