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:
Argyrios Kyrtzidis 2012-02-03 17:13:43 +00:00
parent b64a1fa65c
commit e340deedbf
1 changed files with 1 additions and 1 deletions

View 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