Merge 6ed4e7168f
into 67cc66080d
This commit is contained in:
commit
f777e43c2b
|
@ -59,7 +59,7 @@ TEST(CxxExceptionDeathTest, ExceptionIsFailure) {
|
||||||
|
|
||||||
class TestException : public std::exception {
|
class TestException : public std::exception {
|
||||||
public:
|
public:
|
||||||
const char* what() const throw() override { return "exceptional message"; }
|
const char* what() const noexcept override { return "exceptional message"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
|
TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user