summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/pragma-attribute-context.cpp
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2019-03-13 19:20:45 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2019-03-13 19:20:45 +0000
commit83e539b75c8d17e0fc9289e25a744b433774ede8 (patch)
treed26b5f37ddded1a786cb0c9e7ddda9c487298e3f /clang/test/Parser/pragma-attribute-context.cpp
parentcf7d9f90902285f378495727e0def94ce8a063e2 (diff)
downloadbcm5719-llvm-83e539b75c8d17e0fc9289e25a744b433774ede8.tar.gz
bcm5719-llvm-83e539b75c8d17e0fc9289e25a744b433774ede8.zip
Fix a failing test.
llvm-svn: 356087
Diffstat (limited to 'clang/test/Parser/pragma-attribute-context.cpp')
-rw-r--r--clang/test/Parser/pragma-attribute-context.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Parser/pragma-attribute-context.cpp b/clang/test/Parser/pragma-attribute-context.cpp
index eab4395a5b3..3ec5a67f4c3 100644
--- a/clang/test/Parser/pragma-attribute-context.cpp
+++ b/clang/test/Parser/pragma-attribute-context.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -verify -std=c++11 %s
-// RUN: %clang_cc1 -xobjective-c++ -verify -std=c++11 %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9.0.0 -verify -std=c++11 %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9.0.0 -xobjective-c++ -verify -std=c++11 %s
#define BEGIN_PRAGMA _Pragma("clang attribute push (__attribute__((availability(macos, introduced=1000))), apply_to=function)")
#define END_PRAGMA _Pragma("clang attribute pop")
OpenPOWER on IntegriCloud