diff options
Diffstat (limited to 'test/CodeGen/2007-06-15-AnnotateAttribute.c')
-rw-r--r-- | test/CodeGen/2007-06-15-AnnotateAttribute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/2007-06-15-AnnotateAttribute.c b/test/CodeGen/2007-06-15-AnnotateAttribute.c index 324b975575..a51400288c 100644 --- a/test/CodeGen/2007-06-15-AnnotateAttribute.c +++ b/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 */ |