Skip to content

Commit b289082

Browse files
committed
Incorporated the review comment
1 parent 46a1f01 commit b289082

File tree

1 file changed

+1
-0
lines changed
  • features/storage/TESTS/filesystem/general_filesystem

1 file changed

+1
-0
lines changed

features/storage/TESTS/filesystem/general_filesystem/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,7 @@ static void FS_append_non_empty_file()
18991899
res = !((fd[0] = fopen("/default/" "filename", "a+")) != NULL);
19001900
TEST_ASSERT_EQUAL(0, res);
19011901
#if defined(__MICROLIB)
1902+
// Microlib does not support opening a file in an append mode.
19021903
fseek(fd[0], 0L, SEEK_END);
19031904
#endif
19041905
write_sz = fwrite(rewrite_buf, sizeof(char), sizeof(rewrite_buf), fd[0]);

0 commit comments

Comments
 (0)