From: Argyrios Kyrtzidis Date: Thu, 6 Aug 2015 01:06:55 +0000 (+0000) Subject: [test] Another attempt to fix the test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7d479da1b70999010cb43f1a8657f562797455b;p=clang [test] Another attempt to fix the test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244187 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/print-mangled-name.cpp b/test/Index/print-mangled-name.cpp index 6dcda70ebb..3d74fe5520 100644 --- a/test/Index/print-mangled-name.cpp +++ b/test/Index/print-mangled-name.cpp @@ -2,7 +2,7 @@ // RUN: c-index-test -write-pch %t_linux.ast -target i686-pc-linux-gnu %s // RUN: c-index-test -test-print-mangle %t_linux.ast | FileCheck %s --check-prefix=ITANIUM -// RUN: c-index-test -write-pch %t_macho.ast -arch x86_64 -mmacosx-version-min=10.6 %s +// RUN: c-index-test -write-pch %t_macho.ast -target x86_64-apple-darwin %s // RUN: c-index-test -test-print-mangle %t_macho.ast | FileCheck %s --check-prefix=MACHO // RUN: c-index-test -write-pch %t_msft.ast -target i686-pc-win32 %s