Add triples to the test I committed in r355012 to fix windows bots.

llvm-svn: 355017
This commit is contained in:
Akira Hatanaka 2019-02-27 18:59:52 +00:00
parent 1001a6ab03
commit b65a8ad761
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -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 -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 -include-pch %t -emit-llvm -o - %s | FileCheck %s
#ifndef HEADER_INCLUDED #ifndef HEADER_INCLUDED
#define HEADER_INCLUDED #define HEADER_INCLUDED