From 31c3b2ddeec555a34476c4f71fed754782c58696 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Jul 2013 17:21:01 +0000 Subject: [PATCH] Add 'not' in front of a command that is expected to fail. llvm-svn: 185659 --- llvm/test/MC/ARM/invalid-v8fp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/ARM/invalid-v8fp.s b/llvm/test/MC/ARM/invalid-v8fp.s index e2dbb8b..4dff188 100644 --- a/llvm/test/MC/ARM/invalid-v8fp.s +++ b/llvm/test/MC/ARM/invalid-v8fp.s @@ -1,4 +1,4 @@ -@ RUN: llvm-mc -triple armv7 -show-encoding < %s | FileCheck %s +@ RUN: not llvm-mc -triple armv7 -show-encoding < %s | FileCheck %s @ VCVT{B,T} -- 2.7.4