diff options
Diffstat (limited to 'llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test')
| -rw-r--r-- | llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test b/llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test index 1c0a7b8c93a..4ab3e59d0d9 100644 --- a/llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test +++ b/llvm/test/tools/llvm-lipo/verify-arch-macho-binary.test @@ -4,7 +4,7 @@ # RUN: llvm-lipo %t --verify_arch i386 # RUN: not llvm-lipo %t -verify_arch aarch64 -# RUN: not llvm-lipo %t -verify_arch aarch64 i386 +# RUN: not llvm-lipo %t -verify_arch aarch64 i386 # INVALID_ARCH: Invalid architecture: aarch101 # RUN: not llvm-lipo %t -verify_arch aarch101 2>&1 | FileCheck --check-prefix=INVALID_ARCH %s @@ -20,7 +20,7 @@ # RUN: not llvm-lipo %t %t -verify_arch i386 2>&1 | FileCheck --check-prefix=MULTIPLE_INPUT_OBJ %s --- !mach-o -FileHeader: +FileHeader: magic: 0xFEEDFACE cputype: 0x00000007 cpusubtype: 0x00000003 |

