diff options
Diffstat (limited to 'clang/test/CodeGen/weak-global.c')
-rw-r--r-- | clang/test/CodeGen/weak-global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/weak-global.c b/clang/test/CodeGen/weak-global.c index 86e551c1ead..d19dd612917 100644 --- a/clang/test/CodeGen/weak-global.c +++ b/clang/test/CodeGen/weak-global.c @@ -1,3 +1,3 @@ -// RUN: clang -emit-llvm < %s | grep weak +// RUN: clang -emit-llvm < %s | grep common int i; |