[llvm] r185659 - Add 'not' in front of a command that is expected to fail.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 4 10:21:02 PDT 2013


Author: rafael
Date: Thu Jul  4 12:21:01 2013
New Revision: 185659

URL: http://llvm.org/viewvc/llvm-project?rev=185659&view=rev
Log:
Add 'not' in front of a command that is expected to fail.

Modified:
    llvm/trunk/test/MC/ARM/invalid-v8fp.s

Modified: llvm/trunk/test/MC/ARM/invalid-v8fp.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/invalid-v8fp.s?rev=185659&r1=185658&r2=185659&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/invalid-v8fp.s (original)
+++ llvm/trunk/test/MC/ARM/invalid-v8fp.s Thu Jul  4 12:21:01 2013
@@ -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}
 





More information about the llvm-commits mailing list