From: Volodymyr Sapsai Date: Wed, 27 Feb 2019 01:37:43 +0000 (+0000) Subject: [index] Fixup for r354942. Specify target in test to achieve stable mangling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba905398418adad85c0928b2b787222857d0831a;p=clang [index] Fixup for r354942. Specify target in test to achieve stable mangling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354946 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/ms-property.cpp b/test/Index/ms-property.cpp index 55c701e796..74b5b1399c 100644 --- a/test/Index/ms-property.cpp +++ b/test/Index/ms-property.cpp @@ -1,4 +1,4 @@ -// RUN: c-index-test core -print-source-symbols -- -fms-extensions -fno-ms-compatibility %s | FileCheck %s +// RUN: c-index-test core -print-source-symbols -- -target x86_64-apple-darwin10 -fms-extensions -fno-ms-compatibility %s | FileCheck %s // CHECK: [[@LINE+1]]:8 | struct/C++ | Simple | [[Simple_USR:.*]] | | Def | rel: 0 struct Simple {