diff --git a/libc/test/src/stdio/vfprintf_test.cpp b/libc/test/src/stdio/vfprintf_test.cpp index d7c5eb8292e5b..31facdb6b1621 100644 --- a/libc/test/src/stdio/vfprintf_test.cpp +++ b/libc/test/src/stdio/vfprintf_test.cpp @@ -47,7 +47,7 @@ int call_vfprintf(::FILE *__restrict stream, const char *__restrict format, } TEST(LlvmLibcVFPrintfTest, WriteToFile) { - const char *FILENAME = "fprintf_output.test"; + const char *FILENAME = "vfprintf_output.test"; auto FILE_PATH = libc_make_test_file_path(FILENAME); ::FILE *file = printf_test::fopen(FILE_PATH, "w");