From: Bill Wendling Date: Thu, 16 Jan 2014 07:08:22 +0000 (+0000) Subject: Fix typo: : not ; X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f847b5bbad2b693c1386282718b960c1d4dceb73;p=oota-llvm.git Fix typo: : not ; git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199359 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/extract.ll b/test/Object/extract.ll index f62aee3529c..9f93c68ca74 100644 --- a/test/Object/extract.ll +++ b/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