diff options
Diffstat (limited to 'tests/fs-tests/stress/atoms/stress_2.c')
-rw-r--r-- | tests/fs-tests/stress/atoms/stress_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fs-tests/stress/atoms/stress_2.c b/tests/fs-tests/stress/atoms/stress_2.c index 5dea1b7..bd53ad3 100644 --- a/tests/fs-tests/stress/atoms/stress_2.c +++ b/tests/fs-tests/stress/atoms/stress_2.c @@ -40,7 +40,7 @@ static void stress_2(void) int64_t remains; int64_t repeat; size_t block; - char *file_name; + const char *file_name; char buf[WRITE_BUFFER_SIZE]; file_name = "stress_2_test_file"; |