From 40bc3c3f0040095bb89f7cb6adcafd8eaceb589c Mon Sep 17 00:00:00 2001 From: "Jordan Maples [MSFT]" <49793787+JordanMaples@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:32:14 -0800 Subject: [PATCH] testing something --- tests/notnull_tests.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/notnull_tests.cpp b/tests/notnull_tests.cpp index 47f5ac2..d9e0709 100644 --- a/tests/notnull_tests.cpp +++ b/tests/notnull_tests.cpp @@ -46,16 +46,12 @@ #include // for basic_string, operator==, string, operator<< #include // for type_info -namespace gsl -{ -struct fail_fast; -} // namespace gsl - using namespace gsl; namespace { static constexpr char deathstring[] = "Expected Death"; +} //namespace struct MyBase { @@ -149,7 +145,6 @@ GSL_SUPPRESS(f.4) // NO-FORMAT: attribute bool helper_const(not_null p) { return *p == 12; } int* return_pointer() { return nullptr; } -} //namespace TEST(notnull_tests, TestNotNullConstructors) {