diff options
Diffstat (limited to 'clang/test/CodeGen/2007-06-15-AnnotateAttribute.c')
-rw-r--r-- | clang/test/CodeGen/2007-06-15-AnnotateAttribute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-06-15-AnnotateAttribute.c b/clang/test/CodeGen/2007-06-15-AnnotateAttribute.c index 324b9755755..a51400288c2 100644 --- a/clang/test/CodeGen/2007-06-15-AnnotateAttribute.c +++ b/clang/test/CodeGen/2007-06-15-AnnotateAttribute.c @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -emit-llvm %s -o - | grep llvm.global.annotations // RUN: %clang_cc1 -emit-llvm %s -o - | grep llvm.var.annotation | count 3 -// XFAIL: * #include <stdio.h> /* Global variable with attribute */ |