diff options
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test.py')
-rwxr-xr-x | googletest/test/googletest-catch-exceptions-test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/test/googletest-catch-exceptions-test.py b/googletest/test/googletest-catch-exceptions-test.py index 127584f..ee4dc9a 100755 --- a/googletest/test/googletest-catch-exceptions-test.py +++ b/googletest/test/googletest-catch-exceptions-test.py @@ -81,6 +81,7 @@ EX_BINARY_OUTPUT = gtest_test_utils.Subprocess( # The tests. if SUPPORTS_SEH_EXCEPTIONS: + class CatchSehExceptionsTest(gtest_test_utils.TestCase): """Tests exception-catching behavior.""" |