summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-param-test-invalid-name1-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/test/googletest-param-test-invalid-name1-test.py')
-rw-r--r--googletest/test/googletest-param-test-invalid-name1-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-param-test-invalid-name1-test.py b/googletest/test/googletest-param-test-invalid-name1-test.py
index b8d609a..4886e49 100644
--- a/googletest/test/googletest-param-test-invalid-name1-test.py
+++ b/googletest/test/googletest-param-test-invalid-name1-test.py
@@ -44,7 +44,7 @@ def Assert(condition):
def TestExitCodeAndOutput(command):
"""Runs the given command and verifies its exit code and output."""
- err = ('Parameterized test name \'"InvalidWithQuotes"\' is invalid')
+ err = 'Parameterized test name \'"InvalidWithQuotes"\' is invalid'
p = gtest_test_utils.Subprocess(command)
Assert(p.terminated_by_signal)