]> granicus.if.org Git - llvm/commitdiff
[mips] Fix test typo in rL348914
authorFangrui Song <maskray@google.com>
Sat, 15 Dec 2018 08:44:47 +0000 (08:44 +0000)
committerFangrui Song <maskray@google.com>
Sat, 15 Dec 2018 08:44:47 +0000 (08:44 +0000)
RUN; -> RUN:

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349258 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Mips/cprestore-noreorder-noat.s

index 24c99d43e0c6cdb1f591015df2dd4588f734e0cb..cba299eaf6abe65b997deb3f969f394bd751f7e6 100644 (file)
@@ -1,6 +1,6 @@
 # RUN: not llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32 \
 # RUN:                --position-independent -filetype=obj -o /dev/null 2>&1 \
-# RUN;  | FileCheck %s -check-prefix=O32
+# RUN:  | FileCheck %s -check-prefix=O32
 
 # RUN: llvm-mc %s -triple mips64-unknown-linux-gnu -filetype=obj \
 # RUN:            -o /dev/null 2>&1 \