From 0cda806dcce000600a1a81115f73eeeea5a67b31 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 8 Sep 2017 11:25:49 -0700 Subject: [PATCH] Fix compile tests --- test/compile-test/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/compile-test/CMakeLists.txt b/test/compile-test/CMakeLists.txt index b7126248..4e90fb1f 100644 --- a/test/compile-test/CMakeLists.txt +++ b/test/compile-test/CMakeLists.txt @@ -63,9 +63,6 @@ expect_compile_error("fmt::MemoryWriter() << fmt::pad(42, 5, L' ');") # Formatting a wide character with a narrow format string is forbidden. expect_compile_error("fmt::format(\"{}\", L'a';") -expect_compile("FMT_STATIC_ASSERT(true, \"this should never happen\");") -expect_compile_error("FMT_STATIC_ASSERT(0 > 1, \"oops\");") - # Make sure that compiler features detected in the header # match the features detected in CMake. if (SUPPORTS_USER_DEFINED_LITERALS)