Add missing RUN line from r278398. This test works with this line but i forgot to...
authorPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 20:23:15 +0000 (20:23 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 11 Aug 2016 20:23:15 +0000 (20:23 +0000)
llvm-svn: 278399

lld/test/mach-o/hello-world-arm64.yaml

index 9d60027..a85e3a6 100644 (file)
@@ -1,5 +1,6 @@
 # RUN: lld -flavor darwin -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
 #
 # Test that arm64 hello-world can be linked into a mach-o executable
 #