diff options
Diffstat (limited to 'test/CodeGen/types.c')
-rw-r--r-- | test/CodeGen/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/types.c b/test/CodeGen/types.c index c542a758b8..75cb851c25 100644 --- a/test/CodeGen/types.c +++ b/test/CodeGen/types.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm <%s +// RUN: clang-cc -emit-llvm <%s struct FileName { struct FileName *next; |