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
e8537560
Commit
e8537560
authored
Apr 22, 2010
by
vladlosev
Browse files
Fixes gtest-port_test on MinGW.
parent
97c45282
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/gtest-port_test.cc
test/gtest-port_test.cc
+3
-1
No files found.
test/gtest-port_test.cc
View file @
e8537560
...
...
@@ -149,8 +149,10 @@ TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) {
const
char
regex
[]
=
#ifdef _MSC_VER
"gtest-port_test
\\
.cc
\\
(
\\
d+
\\
):"
#el
se
#el
if GTEST_USES_POSIX_RE
"gtest-port_test
\\
.cc:[0-9]+"
#else
"gtest-port_test
\\
.cc:
\\
d+"
#endif // _MSC_VER
".*a_false_condition.*Extra info.*"
;
...
...
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