diff options
Diffstat (limited to 'llvm/test/Object')
| -rw-r--r-- | llvm/test/Object/extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/extract.ll b/llvm/test/Object/extract.ll index f62aee3529c..9f93c68ca74 100644 --- a/llvm/test/Object/extract.ll +++ b/llvm/test/Object/extract.ll @@ -40,7 +40,7 @@ ; new archive and checking that date. ; RUN: rm -f very_long_bytecode_file_name.bc ; RUN: llvm-ar xo %p/Inputs/GNU.a very_long_bytecode_file_name.bc -; RUN; rm -f %t.a +; RUN: rm -f %t.a ; RUN: llvm-ar rc %t.a very_long_bytecode_file_name.bc ; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s |

