diff options
Diffstat (limited to 'llvm/test/tools/llvm-lipo/thin-universal-binary.test')
| -rw-r--r-- | llvm/test/tools/llvm-lipo/thin-universal-binary.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-lipo/thin-universal-binary.test b/llvm/test/tools/llvm-lipo/thin-universal-binary.test index 0a9a6b41119..8edb68682f0 100644 --- a/llvm/test/tools/llvm-lipo/thin-universal-binary.test +++ b/llvm/test/tools/llvm-lipo/thin-universal-binary.test @@ -1,7 +1,7 @@ # RUN: yaml2obj %s > %t -# RUN: not llvm-lipo %t -thin arc -output %t.out 2>&1 | FileCheck --check-prefix=ARCH_NOT_IN_FILE %s -# ARCH_NOT_IN_FILE: does not contain the specified architecture arc to thin it to +# RUN: not llvm-lipo %t -thin arm64_32 -output %t.out 2>&1 | FileCheck --check-prefix=ARCH_NOT_IN_FILE %s +# ARCH_NOT_IN_FILE: does not contain the specified architecture arm64_32 to thin it to # RUN: not llvm-lipo %t -thin aarch101 -output %t.out 2>&1 | FileCheck --check-prefix=INVALID_ARCH %s # INVALID_ARCH: Invalid architecture: aarch101 |

