mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 23:52:11 +01:00
Enabled c++11 tests in approvals
This commit is contained in:
@@ -383,7 +383,7 @@ TEST_CASE( "pointer to class", "[Tricky]" )
|
||||
|
||||
#include <memory>
|
||||
|
||||
TEST_CASE( "null_ptr", "[Tricky][c++11][.]" )
|
||||
TEST_CASE( "null_ptr", "[Tricky]" )
|
||||
{
|
||||
std::unique_ptr<int> ptr;
|
||||
REQUIRE(ptr.get() == nullptr);
|
||||
|
||||
Reference in New Issue
Block a user