summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c')
-rw-r--r--llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c b/llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c
index 00991173703..115c3f73b90 100644
--- a/llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c
+++ b/llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations
-// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3
+// RUN: %llvmgcc -S %s -o - | grep llvm.global.annotations
+// RUN: %llvmgcc -S %s -o - | grep llvm.var.annotation | count 3
#include <stdio.h>
OpenPOWER on IntegriCloud