diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-27 21:08:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-27 21:08:29 +0000 |
commit | 0fb79b9374c7cd4ba1a68feb62f6e7c27379805c (patch) | |
tree | fc897266788a565a33fdbb92e1fdc3f45c4f1154 /test/Linker | |
parent | d753fbcc7610c6f9594cd846c05107b7f4b1d19c (diff) |
Make this really do nothing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/testlink2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/testlink2.ll b/test/Linker/testlink2.ll index 369f90704b0..0f4468d4119 100644 --- a/test/Linker/testlink2.ll +++ b/test/Linker/testlink2.ll @@ -1,6 +1,6 @@ ; This file is used by testlink1.ll, so it doesn't actually do anything itself ; -; RUN: echo +; RUN: true %MyVar = global int 4 %MyIntList = external global { \2 *, int } |