From 3dade5df42e873a0da6d7dc33db30e1f14f76203 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 19 Nov 2013 04:25:20 +0000 Subject: [PATCH] Giving this test a triple since it uses a calling convention attribute. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195099 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/method-attributes.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaObjC/method-attributes.m b/test/SemaObjC/method-attributes.m index 2e794b9de9..339d3db77a 100644 --- a/test/SemaObjC/method-attributes.m +++ b/test/SemaObjC/method-attributes.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only -Wno-objc-root-class %s +// RUN: %clang_cc1 -triple i386-unknown-unknown -verify -fsyntax-only -Wno-objc-root-class %s @class NSString; -- 2.40.0