diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
| commit | 5ca98fd98791947eba83a1ed3f2c8191ef7afa6c (patch) | |
| tree | f5944309621cee4fe0976be6f9ac619b7ebfc4c2 /test/Object/extract.ll | |
| parent | 68bcb7db193e4bc81430063148253d30a791023e (diff) | |
Notes
Diffstat (limited to 'test/Object/extract.ll')
| -rw-r--r-- | test/Object/extract.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Object/extract.ll b/test/Object/extract.ll index 4e519aea7505..a4e76499ca6c 100644 --- a/test/Object/extract.ll +++ b/test/Object/extract.ll @@ -40,7 +40,8 @@ ; 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: llvm-ar rc %t.a very_long_bytecode_file_name.bc ; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s -CHECK: 1465 Nov 19 03:01 2004 very_long_bytecode_file_name.bc +CHECK: 1465 2004-11-19 03:01:31.000000000 very_long_bytecode_file_name.bc |
