aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-04-09 18:51:19 +0000
committerBob Wilson <bob.wilson@apple.com>2014-04-09 18:51:19 +0000
commit1768205cd3c719373048f06d3f79a7f8048d3a93 (patch)
tree0c6f0e34166095589e80342ab9864ff6d1bebbfa
parent99a20e0f3d818ad9993d304ae73f285c0c937a73 (diff)
downloadclang_35a-1768205cd3c719373048f06d3f79a7f8048d3a93.tar.gz
Add a -triple argument so that this new test passes on Darwin.
The section names used here are not valid for Mach-O. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205920 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/pragma-section.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/pragma-section.c b/test/Sema/pragma-section.c
index 3b6147b093..02f3e77112 100644
--- a/test/Sema/pragma-section.c
+++ b/test/Sema/pragma-section.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -fms-extensions %s
+// RUN: %clang_cc1 -fsyntax-only -verify -fms-extensions %s -triple x86_64-pc-win32
#pragma const_seg(".my_const") // expected-note 2 {{#pragma entered here}}
extern const int a;