Test cases run successfully on Mac OS X
This commit is contained in:
parent
741be2b08f
commit
c6658839e0
@ -21,6 +21,6 @@ TEST(AssertTest_DebugBuild, DiesIfFalse) {
|
||||
TEST(AssertTest_DebugBuild, AssertMessage) {
|
||||
EXPECT_DEATH(
|
||||
ASSERT(2==5, "my message"),
|
||||
"Assertion \\[2==5\\] failed in .*/assert_debug_test.cpp:25: my message"
|
||||
"Assertion \\[2==5\\] failed in .*/assert_debug_test.cpp:[0-9]+: my message"
|
||||
);
|
||||
}
|
Loading…
Reference in New Issue
Block a user