diff options
Diffstat (limited to 'test/cxxtest/sample/ExceptionTest.h')
-rw-r--r-- | test/cxxtest/sample/ExceptionTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cxxtest/sample/ExceptionTest.h b/test/cxxtest/sample/ExceptionTest.h index 68363c8740..47375480b1 100644 --- a/test/cxxtest/sample/ExceptionTest.h +++ b/test/cxxtest/sample/ExceptionTest.h @@ -42,7 +42,7 @@ private: public: Number( int ) {} }; - + int throwThis( int i ) { throw Number( i ); |