mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 14:09:12 +00:00
Merge be1679e5ed
into f1e83d5240
This commit is contained in:
commit
ceb04f10f2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void SetUpOnce(void) {
|
|||
|
||||
TEST(cachestat, testCachestatOnDevices) {
|
||||
const char *const files[] = {
|
||||
"/dev/zero", "/dev/null", "/dev/urandom", "/proc/version", "/proc",
|
||||
"/dev/zero", "/dev/null", "/dev/urandom", "/proc/self/comm",
|
||||
};
|
||||
struct cachestat_range range = {0, 4 * pagesize};
|
||||
struct cachestat cs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue