From e4988f5201647d5716715f14e1e61ce5627fab46 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Mon, 11 Jun 2001 20:08:54 +0000 Subject: Bug fix --- include/cppunit/TestCaller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit') 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(); }; -- cgit v1.2.1