commit | 0a816c5d8054dfe3867423aa4303c5cf7b4a92e9 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
tree | 03e102d017105a0a8c98f2a72f413aff79a90af3 | |
parent | 154a2b3ab755e700a0290307c09b16d68dd52565 [diff] [blame] |
Large refactoring
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 @@ 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);