diff options
Diffstat (limited to 'llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c')
| -rw-r--r-- | llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c b/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c index fb92ec773c1..a45eb98dca2 100644 --- a/llvm/test/FrontendC/2003-12-14-ExternInlineSupport.c +++ b/llvm/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() {} |

