mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 08:42:40 +01:00 
			
		
		
		
	Added self-hosting fuzz test using littlefs-fuse
This commit is contained in:
		| @@ -27,8 +27,8 @@ void test_assert(const char *file, unsigned line, | ||||
|     }} | ||||
|  | ||||
|     if (v != e) {{ | ||||
|         printf("\033[31m%s:%u: assert %s failed, expected %jd\033[0m\n", | ||||
|                 file, line, s, e); | ||||
|         fprintf(stderr, "\033[31m%s:%u: assert %s failed with %jd, " | ||||
|                 "expected %jd\033[0m\n", file, line, s, v, e); | ||||
|         exit(-2); | ||||
|     }} | ||||
| }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user