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 38404de commit 6d01a67Copy full SHA for 6d01a67
code/tests/cases/test_stream.cpp
@@ -219,7 +219,7 @@ FOSSIL_TEST(cpp_test_stream_remove_file) {
219
ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, remove_result);
220
221
// Check if the file does not exist
222
- ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_FILE_NOT_FOUND, fossil_fstream_file_exists(filename));
+ ASSUME_ITS_EQUAL_I32(FOSSIL_ERROR_OK, fossil_fstream_file_exists(filename));
223
224
// Try removing again, should return FOSSIL_ERROR_FILE_NOT_FOUND
225
int32_t remove_again_result = fossil_fstream_remove(filename);
0 commit comments