diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-06-11 20:08:54 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-06-11 20:08:54 +0000 |
| commit | e4988f5201647d5716715f14e1e61ce5627fab46 (patch) | |
| tree | 90be2eec0ec9687bee8e0a617157fdb19f9bc7be /include/cppunit | |
| parent | 6e21ddd4f383c1ea2231d585bd7f63697d11fc04 (diff) | |
| download | cppunit-e4988f5201647d5716715f14e1e61ce5627fab46.tar.gz | |
Bug fix
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(); }; |
