diff options
Diffstat (limited to '3rdparty/catch/projects/SelfTest/TrickyTests.cpp')
-rw-r--r-- | 3rdparty/catch/projects/SelfTest/TrickyTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/catch/projects/SelfTest/TrickyTests.cpp b/3rdparty/catch/projects/SelfTest/TrickyTests.cpp index eb53e420156..90a4f2fa588 100644 --- a/3rdparty/catch/projects/SelfTest/TrickyTests.cpp +++ b/3rdparty/catch/projects/SelfTest/TrickyTests.cpp @@ -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); |