diff options
Diffstat (limited to 'src/cppunit/TestFailure.cpp')
-rw-r--r-- | src/cppunit/TestFailure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TestFailure.cpp b/src/cppunit/TestFailure.cpp index e31e138..63b98d7 100644 --- a/src/cppunit/TestFailure.cpp +++ b/src/cppunit/TestFailure.cpp @@ -29,7 +29,7 @@ TestFailure::failedTest() const } -/// Gets the thrown exception. Never \c NULL. +/// Gets the thrown exception. Never \c nullptr. Exception * TestFailure::thrownException() const { |