diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 10:14:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 10:14:55 +0000 |
commit | 633d5b3ee275a143efc44cc066cb65e275f7c734 (patch) | |
tree | fcce2fda67603dc44f0a1e8a8c4b3cbcbc7c9095 /clang/test/Sema/expr-comma.c | |
parent | cba26d4dc543bcd7b004fc36a7d26d0ea6f2864b (diff) | |
download | bcm5719-llvm-633d5b3ee275a143efc44cc066cb65e275f7c734.tar.gz bcm5719-llvm-633d5b3ee275a143efc44cc066cb65e275f7c734.zip |
Use clang to run tests which include headers from the system.
llvm-svn: 89085
Diffstat (limited to 'clang/test/Sema/expr-comma.c')
-rw-r--r-- | clang/test/Sema/expr-comma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Sema/expr-comma.c b/clang/test/Sema/expr-comma.c index 64079866ca9..3a05130eae3 100644 --- a/clang/test/Sema/expr-comma.c +++ b/clang/test/Sema/expr-comma.c @@ -1,7 +1,6 @@ // RUN: clang-cc %s -fsyntax-only -verify -std=c89 // rdar://6095180 -#include <assert.h> struct s { char c[17]; }; extern struct s foo(void); |