From c54b6d11d6bf6a15478ab4914df7f9c3291b045b Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 15 Dec 2018 08:44:47 +0000 Subject: [PATCH] [mips] Fix test typo in rL348914 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/Mips/cprestore-noreorder-noat.s b/test/MC/Mips/cprestore-noreorder-noat.s index 24c99d43e0c..cba299eaf6a 100644 --- a/test/MC/Mips/cprestore-noreorder-noat.s +++ b/test/MC/Mips/cprestore-noreorder-noat.s @@ -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 \ -- 2.50.1