summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-catch-exceptions-test.py
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-01-26 19:05:38 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-01-26 19:06:14 (GMT)
commit403a968d3c1e1de1232ba1c1a2775b74b9ea5579 (patch)
tree753faf7acb51a024173db39944f59b26dc59f641 /googletest/test/googletest-catch-exceptions-test.py
parent0194f90d0e7118d44f0e3b0750eb69035811e2b8 (diff)
downloadgoogletest-403a968d3c1e1de1232ba1c1a2775b74b9ea5579.zip
googletest-403a968d3c1e1de1232ba1c1a2775b74b9ea5579.tar.gz
googletest-403a968d3c1e1de1232ba1c1a2775b74b9ea5579.tar.bz2
Fix formatting in Python files
PiperOrigin-RevId: 504890435 Change-Id: Ia9a89d0d7a07fe70c12f7f0202c8256c94d2f118
Diffstat (limited to 'googletest/test/googletest-catch-exceptions-test.py')
-rwxr-xr-xgoogletest/test/googletest-catch-exceptions-test.py1
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."""