diff options
Diffstat (limited to 'test/FrontendC/2003-12-14-ExternInlineSupport.c')
-rw-r--r-- | test/FrontendC/2003-12-14-ExternInlineSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2003-12-14-ExternInlineSupport.c b/test/FrontendC/2003-12-14-ExternInlineSupport.c index fb92ec7..a45eb98 100644 --- a/test/FrontendC/2003-12-14-ExternInlineSupport.c +++ b/test/FrontendC/2003-12-14-ExternInlineSupport.c @@ -1,3 +1,3 @@ -// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function +// RUN: %llvmgcc -xc %s -S -o - | not grep dead_function extern __inline__ void dead_function() {} |