diff options
Diffstat (limited to 'test/CodeGen/staticinit.c')
-rw-r--r-- | test/CodeGen/staticinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/staticinit.c b/test/CodeGen/staticinit.c index c68366f..8b87ccd6 100644 --- a/test/CodeGen/staticinit.c +++ b/test/CodeGen/staticinit.c @@ -1,5 +1,5 @@ -// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s && -// RUN: grep "g.b = internal global i8. getelementptr" %t && +// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s +// RUN: grep "g.b = internal global i8. getelementptr" %t struct AStruct { int i; |