diff --git a/test/test_invoke.cpp b/test/test_invoke.cpp index 4c06d926..4e4bf10b 100644 --- a/test/test_invoke.cpp +++ b/test/test_invoke.cpp @@ -80,8 +80,6 @@ namespace CHECK_TRUE(!etl::is_function::value); CHECK_TRUE(!etl::is_function::value); CHECK_TRUE(!etl::is_function::value); - CHECK_TRUE(!etl::logical_not_t::value); - CHECK_TRUE(etl::logical_not_t::value); } //************************************************************************* diff --git a/test/vs2022/etl.vcxproj b/test/vs2022/etl.vcxproj index 42e8bee6..91113892 100644 --- a/test/vs2022/etl.vcxproj +++ b/test/vs2022/etl.vcxproj @@ -10304,6 +10304,7 @@ +