Make test/evict_on_close.c FILENAMES static (#5989)

close #5988
This commit is contained in:
H. Joe Lee
2025-11-07 11:51:12 -06:00
committed by GitHub
parent e479d37d57
commit c25e87f685
+2 -2
View File
@@ -36,8 +36,8 @@
/* (Requires debug build of the library) */
/* #define EOC_MANUAL_INSPECTION */
const char *FILENAMES[] = {"evict-on-close", /* 0 */
NULL};
static const char *FILENAMES[] = {"evict-on-close", /* 0 */
NULL};
#define FILENAME_BUF_SIZE 1024
/* Group names */