commit | 23afaad895486d4a9ea672f497b63ebc4c588955 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 08:57:36 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 08:57:36 2009 +0000 |
tree | 75ab5d372d092a24f06d9f39803276bba5e20b57 | |
parent | b1295dace2e29a2391aad86b877ef3fd5545ddea [diff] [blame] |
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89070 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/messages-2.m b/test/CodeGenObjC/messages-2.m index 02dbd01..5cf4d2d 100644 --- a/test/CodeGenObjC/messages-2.m +++ b/test/CodeGenObjC/messages-2.m
@@ -1,6 +1,6 @@ // RUN: clang-cc --emit-llvm -o %t %s -#include <stdio.h> +int printf(const char *, ...); @interface Root @end