diff options
Diffstat (limited to 'test/CFrontend/2007-06-15-AnnotateAttribute.c')
-rw-r--r-- | test/CFrontend/2007-06-15-AnnotateAttribute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CFrontend/2007-06-15-AnnotateAttribute.c b/test/CFrontend/2007-06-15-AnnotateAttribute.c index 56bdc6ae58..0099117370 100644 --- a/test/CFrontend/2007-06-15-AnnotateAttribute.c +++ b/test/CFrontend/2007-06-15-AnnotateAttribute.c @@ -1,5 +1,5 @@ -// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.global.annotations -// RUN: %llvmgxx -c -emit-llvm %s -o - | llvm-dis | grep llvm.var.annotation | count 3 +// 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 #include <stdio.h> |