diff options
-rw-r--r-- | llvm/test/tools/dsymutil/X86/lc_build_version.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/dsymutil/X86/lc_build_version.test b/llvm/test/tools/dsymutil/X86/lc_build_version.test index d0a8598b036..2c91cbb0aa0 100644 --- a/llvm/test/tools/dsymutil/X86/lc_build_version.test +++ b/llvm/test/tools/dsymutil/X86/lc_build_version.test @@ -1,5 +1,5 @@ # RUN: dsymutil -f %p/../Inputs/lc_build_version.x86_64 -o - \ -# RUN: | obj2yaml | FileCheck %s +# RUN: -oso-prepend-path=%p/.. | obj2yaml | FileCheck %s CHECK: LoadCommands: CHECK: - cmd: LC_BUILD_VERSION |