Get rid of old compat macros

This commit is contained in:
Victor Zverovich
2017-09-08 08:26:05 -07:00
parent be887d9269
commit fced79b0ee
3 changed files with 4 additions and 38 deletions

View File

@@ -218,12 +218,6 @@ void write_file(fmt::cstring_view filename, fmt::string_view content) {
f.print("{}", content);
}
TEST(UtilTest, StaticAssert) {
FMT_STATIC_ASSERT(true, "success");
// Static assertion failure is tested in compile-test because it causes
// a compile-time error.
}
TEST(UtilTest, GetPageSize) {
#ifdef _WIN32
SYSTEM_INFO si = {};