summaryrefslogtreecommitdiffstats
path: root/test/exception.cpp
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
committerWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
commit0a816c5d8054dfe3867423aa4303c5cf7b4a92e9 (patch)
tree03e102d017105a0a8c98f2a72f413aff79a90af3 /test/exception.cpp
parent154a2b3ab755e700a0290307c09b16d68dd52565 (diff)
downloadsdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.tar.gz
sdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.zip
Large refactoring
Diffstat (limited to 'test/exception.cpp')
-rw-r--r--test/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exception.cpp b/test/exception.cpp
index 050513c..2c437e4 100644
--- a/test/exception.cpp
+++ b/test/exception.cpp
@@ -11,7 +11,7 @@ namespace
TEST(ExceptionTest, Construct)
{
const int code = EINTR;
- const char *const prefix = "construct_test";
+ const char* const prefix = "construct_test";
std::system_error expected(code, std::generic_category(), prefix);
SdEventError err(code, prefix);
OpenPOWER on IntegriCloud