mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 02:45:40 +02:00
Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests
This commit is contained in:
@@ -387,7 +387,7 @@ TEST_CASE( "pointer to class", "[Tricky]" )
|
||||
|
||||
#include <memory>
|
||||
|
||||
TEST_CASE( "null_ptr", "[Tricky][c++11]" )
|
||||
TEST_CASE( "null_ptr", "[Tricky][c++11][.]" )
|
||||
{
|
||||
std::unique_ptr<int> ptr;
|
||||
REQUIRE(ptr.get() == nullptr);
|
||||
|
Reference in New Issue
Block a user