diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/cache_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.h b/test/cache_common.h index 0e20b97..9a7ac9f 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -516,7 +516,7 @@ struct expected_entry_status /* global variable externs: */ -extern const char *FILENAME[]; +extern const char *FILENAME[3]; extern hbool_t write_permitted; extern hbool_t pass; /* set to false on error */ |