Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-12-13 03:48:59 +0300
committerJordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>2019-12-13 03:48:59 +0300
commit6c5c708877fdae60e2804a7e566538ba71a93d9e (patch)
tree0fafffe3878548e5a0d7dba5c95ce19979aef792 /tests/algorithm_tests.cpp
parent0931262acf538479c35a5a4f9e91d97f53e7588e (diff)
change from string to char*
Diffstat (limited to 'tests/algorithm_tests.cpp')
-rw-r--r--tests/algorithm_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/algorithm_tests.cpp b/tests/algorithm_tests.cpp
index 0866654..e42a99d 100644
--- a/tests/algorithm_tests.cpp
+++ b/tests/algorithm_tests.cpp
@@ -38,7 +38,7 @@
#include <cstddef> // for size_t
namespace{
-static const std::string deathstring("Expected Death");
+static const char *deathstring("Expected Death");
}
namespace gsl