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 | 8ee15dc2e2a9573b2852326650813111d7647909 (patch) | |
tree | ffa5c04912c444634ad3550976d1571f0d0320ae /test/Sema/expr-comma.c | |
parent | d71b6410f979f6467db88f026a854375260dba41 (diff) |
Use clang to run tests which include headers from the system.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/expr-comma.c')
-rw-r--r-- | test/Sema/expr-comma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Sema/expr-comma.c b/test/Sema/expr-comma.c index 64079866ca..3a05130eae 100644 --- a/test/Sema/expr-comma.c +++ b/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); |