diff options
Diffstat (limited to 'test/FrontendC/attribute_constructor.c')
-rw-r--r-- | test/FrontendC/attribute_constructor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/attribute_constructor.c b/test/FrontendC/attribute_constructor.c index b2f7c9b..da17a37 100644 --- a/test/FrontendC/attribute_constructor.c +++ b/test/FrontendC/attribute_constructor.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -c -o - | llvm-dis | grep llvm.global_ctors +// RUN: %llvmgcc %s -S -o - | grep llvm.global_ctors void foo() __attribute__((constructor)); void foo() { |