diff options
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestCaller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h index 4bbc128..342001b 100644 --- a/include/cppunit/TestCaller.h +++ b/include/cppunit/TestCaller.h @@ -14,7 +14,7 @@ namespace CppUnit { { private: // Nobody must be able to construct an exception of this type. - NoExpectedException(); + NoExceptionExpected(); }; |
