Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
861a75ed
Unverified
Commit
861a75ed
authored
Sep 16, 2021
by
Christian Clauss
Committed by
GitHub
Sep 16, 2021
Browse files
Fix typos discovered by codespell
parent
a070f33c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
googletest/test/gtest_pred_impl_unittest.cc
googletest/test/gtest_pred_impl_unittest.cc
+5
-5
No files found.
googletest/test/gtest_pred_impl_unittest.cc
View file @
861a75ed
...
...
@@ -136,7 +136,7 @@ class Predicate1Test : public testing::Test {
// Verifies that the control flow in the test function is expected.
if
(
expected_to_finish_
&&
!
finished_
)
{
FAIL
()
<<
"The predicate assertion unexp
a
ctedly aborted the test."
;
FAIL
()
<<
"The predicate assertion unexp
e
ctedly aborted the test."
;
}
else
if
(
!
expected_to_finish_
&&
finished_
)
{
FAIL
()
<<
"The failed predicate assertion didn't abort the test "
"as expected."
;
...
...
@@ -530,7 +530,7 @@ class Predicate2Test : public testing::Test {
// Verifies that the control flow in the test function is expected.
if
(
expected_to_finish_
&&
!
finished_
)
{
FAIL
()
<<
"The predicate assertion unexp
a
ctedly aborted the test."
;
FAIL
()
<<
"The predicate assertion unexp
e
ctedly aborted the test."
;
}
else
if
(
!
expected_to_finish_
&&
finished_
)
{
FAIL
()
<<
"The failed predicate assertion didn't abort the test "
"as expected."
;
...
...
@@ -966,7 +966,7 @@ class Predicate3Test : public testing::Test {
// Verifies that the control flow in the test function is expected.
if
(
expected_to_finish_
&&
!
finished_
)
{
FAIL
()
<<
"The predicate assertion unexp
a
ctedly aborted the test."
;
FAIL
()
<<
"The predicate assertion unexp
e
ctedly aborted the test."
;
}
else
if
(
!
expected_to_finish_
&&
finished_
)
{
FAIL
()
<<
"The failed predicate assertion didn't abort the test "
"as expected."
;
...
...
@@ -1444,7 +1444,7 @@ class Predicate4Test : public testing::Test {
// Verifies that the control flow in the test function is expected.
if
(
expected_to_finish_
&&
!
finished_
)
{
FAIL
()
<<
"The predicate assertion unexp
a
ctedly aborted the test."
;
FAIL
()
<<
"The predicate assertion unexp
e
ctedly aborted the test."
;
}
else
if
(
!
expected_to_finish_
&&
finished_
)
{
FAIL
()
<<
"The failed predicate assertion didn't abort the test "
"as expected."
;
...
...
@@ -1964,7 +1964,7 @@ class Predicate5Test : public testing::Test {
// Verifies that the control flow in the test function is expected.
if
(
expected_to_finish_
&&
!
finished_
)
{
FAIL
()
<<
"The predicate assertion unexp
a
ctedly aborted the test."
;
FAIL
()
<<
"The predicate assertion unexp
e
ctedly aborted the test."
;
}
else
if
(
!
expected_to_finish_
&&
finished_
)
{
FAIL
()
<<
"The failed predicate assertion didn't abort the test "
"as expected."
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment