diff options
Diffstat (limited to 'test/FrontendC/2006-07-31-PR854.c')
-rw-r--r-- | test/FrontendC/2006-07-31-PR854.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-07-31-PR854.c b/test/FrontendC/2006-07-31-PR854.c index 516085ae48..3802de8fc4 100644 --- a/test/FrontendC/2006-07-31-PR854.c +++ b/test/FrontendC/2006-07-31-PR854.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -o - +// RUN: %llvmgcc -w %s -S -o - // PR854 struct kernel_symbol { unsigned long value; |