diff options
Diffstat (limited to 'unittests/BinaryFormat/TestFileMagic.cpp')
| -rw-r--r-- | unittests/BinaryFormat/TestFileMagic.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/unittests/BinaryFormat/TestFileMagic.cpp b/unittests/BinaryFormat/TestFileMagic.cpp index fc2c1eef9fbf7..68b3ade009543 100644 --- a/unittests/BinaryFormat/TestFileMagic.cpp +++ b/unittests/BinaryFormat/TestFileMagic.cpp @@ -76,7 +76,8 @@ const char macho_dsym_companion[] =      "\xfe\xed\xfa\xce........\x00\x00\x00\x0a............";  const char macho_kext_bundle[] =      "\xfe\xed\xfa\xce........\x00\x00\x00\x0b............"; -const char windows_resource[] = "\x00\x00\x00\x00\x020\x00\x00\x00\xff"; +const char windows_resource[] = +    "\x00\x00\x00\x00\x020\x00\x00\x00\xff\xff\x00\x00\xff\xff\x00\x00";  const char macho_dynamically_linked_shared_lib_stub[] =      "\xfe\xed\xfa\xce........\x00\x00\x00\x09............"; | 
