aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/hello-world-arm64.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/hello-world-arm64.yaml')
-rw-r--r--lld/test/mach-o/hello-world-arm64.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/hello-world-arm64.yaml b/lld/test/mach-o/hello-world-arm64.yaml
index b2e73662c13f..3dee661bc32a 100644
--- a/lld/test/mach-o/hello-world-arm64.yaml
+++ b/lld/test/mach-o/hello-world-arm64.yaml
@@ -1,6 +1,6 @@
# RUN: ld64.lld -arch arm64 %s %p/Inputs/hello-world-arm64.yaml -o %t
# RUN: llvm-nm -m -n %t | FileCheck %s
-# RUN: llvm-objdump -private-headers %t | FileCheck %s --check-prefix=CHECK-PRIVATE-HEADER
+# RUN: llvm-objdump --private-headers %t | FileCheck %s --check-prefix=CHECK-PRIVATE-HEADER
#
# Test that arm64 hello-world can be linked into a mach-o executable
#