diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Index/ms-property.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/ms-property.cpp b/clang/test/Index/ms-property.cpp index 55c701e7969..74b5b1399cf 100644 --- a/clang/test/Index/ms-property.cpp +++ b/clang/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:.*]] | <no-cgname> | Def | rel: 0 struct Simple { |