fixup! fixup! 🎨 Cleanup include path for catch2

This commit is contained in:
Isabella Muerte
2019-09-17 10:18:56 -07:00
parent dcebd5897f
commit c325c63b17

View File

@ -48,7 +48,7 @@ TEST_CASE("Noexcept", "[noexcept]") {
SECTION("constructors") {
//TODO see why this fails
#if !defined(_MSC_VER) || _MSC_VER >= 1900
#if !defined(_MSC_VER) || _MSC_VER > 1900
REQUIRE(noexcept(tl::optional<int>{}));
REQUIRE(noexcept(tl::optional<int>{tl::nullopt}));