[libc-commits] [PATCH] D157523: [libc] Fix vfprintf test colliding with fprintf

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 9 10:32:08 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8b3743102458: [libc] Fix vfprintf test colliding with fprintf (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157523/new/

https://reviews.llvm.org/D157523

Files:
  libc/test/src/stdio/vfprintf_test.cpp


Index: libc/test/src/stdio/vfprintf_test.cpp
===================================================================
--- libc/test/src/stdio/vfprintf_test.cpp
+++ libc/test/src/stdio/vfprintf_test.cpp
@@ -47,7 +47,7 @@
 }
 
 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");


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157523.548673.patch
Type: text/x-patch
Size: 474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230809/10faa02f/attachment.bin>


More information about the libc-commits mailing list