]> granicus.if.org Git - clang/commitdiff
Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in windows hosts.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 17:13:43 +0000 (17:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 17:13:43 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149696 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/format-strings-objc.m

index 24330006df92051568f341507253575062aa1868..dd9ff034835074e1332ccf7d4e1d9b627b201a69 100644 (file)
@@ -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