From 1e022d08594422025270aa45028677fbdbd433c6 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Fri, 6 Feb 2015 16:37:30 +0000 Subject: [PATCH] [mips] Fix FileCheck prefixes with whitespace between 'CHECK' and ':' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228403 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Mips/mips64r2/abi-bad.s | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test/MC/Mips/mips64r2/abi-bad.s b/test/MC/Mips/mips64r2/abi-bad.s index 31d13abc909..7070d457247 100644 --- a/test/MC/Mips/mips64r2/abi-bad.s +++ b/test/MC/Mips/mips64r2/abi-bad.s @@ -1,9 +1,5 @@ -# RUN: not llvm-mc %s -triple mips-unknown-unknown -mcpu=mips64r2 2>&1 | FileCheck %s -# CHECK: .text - - - +# RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 2>&1 | FileCheck %s .set fp=xx -# CHECK : error: 'set fp=xx'option requires O32 ABI -# CHECK : .set fp=xx -# CHECK : ^ +# CHECK: error: '.set fp=xx' requires the O32 ABI +# CHECK: .set fp=xx +# CHECK: ^ -- 2.34.1