Rename posix-test to os-test

This commit is contained in:
Victor Zverovich
2019-12-15 14:51:37 -08:00
parent da2569827e
commit 9ea42fb26e
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
#include <cstdio>
#include <string>
#include "fmt/posix.h"
#include "fmt/os.h"
enum { BUFFER_SIZE = 256 };