From: Argyrios Kyrtzidis Date: Fri, 3 Feb 2012 17:13:43 +0000 (+0000) Subject: Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in windows hosts. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23a4ddf7875cff6ee70f6dee0d2a9956ae9b5473;p=clang Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in windows hosts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149696 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/format-strings-objc.m b/test/SemaObjC/format-strings-objc.m index 24330006df..dd9ff03483 100644 --- a/test/SemaObjC/format-strings-objc.m +++ b/test/SemaObjC/format-strings-objc.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wformat-nonliteral -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -Wformat-nonliteral -fsyntax-only -verify %s //===----------------------------------------------------------------------===// // The following code is reduced using delta-debugging from