forked from OSchip/llvm-project
Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in windows hosts.
llvm-svn: 149696
This commit is contained in:
parent
b64a1fa65c
commit
e340deedbf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue