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
path: root/tests
diff options
context:
space:
mode:
authorNicholas Londey <nicholas@londey.com>2020-04-23 05:30:44 +0300
committerNicholas Londey <nicholas@londey.com>2020-04-23 05:30:44 +0300
commit3a5b83db35b95729b1fe81604f32a5d4b0bf274e (patch)
tree83e9de983b1170195f891c43937e135032b98c0e /tests
parent94d6a35726d676b677ce4559ddb3e76bae14f98e (diff)
Removed unused contant from test
Diffstat (limited to 'tests')
-rw-r--r--tests/utils_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils_tests.cpp b/tests/utils_tests.cpp
index a9408c0..f6d9fd7 100644
--- a/tests/utils_tests.cpp
+++ b/tests/utils_tests.cpp
@@ -29,7 +29,6 @@ using namespace gsl;
namespace
{
-static constexpr char deathstring[] = "Expected Death";
void f(int& i) { i += 1; }
static int j = 0;
void g() { j += 1; }