diff options
Diffstat (limited to 'test/Archive/toc_GNU.ll')
-rw-r--r-- | test/Archive/toc_GNU.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Archive/toc_GNU.ll b/test/Archive/toc_GNU.ll index f159563..3aeded2 100644 --- a/test/Archive/toc_GNU.ll +++ b/test/Archive/toc_GNU.ll @@ -2,7 +2,7 @@ ;This test just makes sure that llvm-ar can generate a table of contents for ;GNU style archives ;RUN: llvm-ar t %p/GNU.a > %t1 -;RUN: sed -e '/^;.*/d' %s >%t2 +;RUN: grep -v '^;' %s >%t2 ;RUN: diff %t2 %t1 evenlen oddlen |