Fix typo: : not ;
authorBill Wendling <isanbard@gmail.com>
Thu, 16 Jan 2014 07:08:22 +0000 (07:08 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 16 Jan 2014 07:08:22 +0000 (07:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199359 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/extract.ll

index f62aee3529c80b57af8e1d2e6b77235e0ce2ad22..9f93c68ca747e0923586f4e75521f621905bc166 100644 (file)
@@ -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