summaryrefslogtreecommitdiffstats
path: root/test/PCH/arc-blocks.mm
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2019-02-27 18:59:52 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2019-02-27 18:59:52 +0000
commit9706db89ad19595c6324bf5f5c417d9124d17148 (patch)
tree4a507ca652cc8401e068edcfc3a00f8e4a2c6cfe /test/PCH/arc-blocks.mm
parentd1a9bd85a0992e98f70fe88621509e2411a82ed2 (diff)
Add triples to the test I committed in r355012 to fix windows bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/arc-blocks.mm')
-rw-r--r--test/PCH/arc-blocks.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/arc-blocks.mm b/test/PCH/arc-blocks.mm
index 74b7e470ea..2e17a570f8 100644
--- a/test/PCH/arc-blocks.mm
+++ b/test/PCH/arc-blocks.mm
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fobjc-arc -fblocks -std=c++1y -emit-pch %s -o %t
-// RUN: %clang_cc1 -fobjc-arc -fblocks -std=c++1y -include-pch %t -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fblocks -std=c++1y -emit-pch %s -o %t
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fblocks -std=c++1y -include-pch %t -emit-llvm -o - %s | FileCheck %s
#ifndef HEADER_INCLUDED
#define HEADER_INCLUDED