mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Updated breakpad to latest version.
This commit is contained in:
@@ -150,7 +150,7 @@ TEST(ContextDeathTest, X86BadFlags) {
|
||||
MDRawContextX86 raw;
|
||||
raw.context_flags = 0;
|
||||
ASSERT_DEATH(Context context(dump, raw);,
|
||||
"context\\.context_flags & 0x[0-9a-f]+");
|
||||
"context\\.context_flags & (0x[0-9a-f]+|MD_CONTEXT_X86)");
|
||||
}
|
||||
|
||||
TEST(ContextDeathTest, X86BadEndianness) {
|
||||
|
Reference in New Issue
Block a user