summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/attribute_constructor.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/attribute_constructor.c')
-rw-r--r--llvm/test/FrontendC/attribute_constructor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/attribute_constructor.c b/llvm/test/FrontendC/attribute_constructor.c
index b2f7c9b19fc..da17a37e260 100644
--- a/llvm/test/FrontendC/attribute_constructor.c
+++ b/llvm/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() {
OpenPOWER on IntegriCloud