diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx')
-rw-r--r-- | test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx index e135f2ff5c..2281ffa39c 100644 --- a/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx +++ b/test/CodeGen/CBackend/2003-06-28-LinkOnceGlobalVars.llx @@ -1,4 +1,4 @@ -; RUN: as < %s | dis -c | grep common | grep X +; RUN: llvm-as < %s | llvm-dis -c | grep common | grep X %X = linkonce global int 5 |