commit | feedba68b542fb4797875340b22cd81efb9cd0f4 | [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 | 8376a3dc0d8b7e99ed05583aaf90896a73a81471 | |
parent | f85fabec35026158a8a5490100cf2b07c93c7a43 [diff] [blame] |
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. llvm-svn: 89070
diff --git a/clang/test/CodeGen/volatile-1.c b/clang/test/CodeGen/volatile-1.c index 9df11d2..3203326 100644 --- a/clang/test/CodeGen/volatile-1.c +++ b/clang/test/CodeGen/volatile-1.c
@@ -14,7 +14,7 @@ } a, b; //void operator =(volatile struct S&o1, volatile struct S&o2) volatile; -#include <stdio.h> +int printf(const char *, ...); int main() { // A use.