[lld] r185658 - Add 'not' to command lines that are expected to fail.

Rafael Espindola rafael.espindola at gmail.com
Thu Jul 4 10:08:12 PDT 2013


Author: rafael
Date: Thu Jul  4 12:08:11 2013
New Revision: 185658

URL: http://llvm.org/viewvc/llvm-project?rev=185658&view=rev
Log:
Add 'not' to command lines that are expected to fail.

Modified:
    lld/trunk/test/multiple-def-error.objtxt

Modified: lld/trunk/test/multiple-def-error.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/multiple-def-error.objtxt?rev=185658&r1=185657&r2=185658&view=diff
==============================================================================
--- lld/trunk/test/multiple-def-error.objtxt (original)
+++ lld/trunk/test/multiple-def-error.objtxt Thu Jul  4 12:08:11 2013
@@ -1,4 +1,4 @@
-# RUN:  lld -core %s  2>&1  | FileCheck %s
+# RUN: not lld -core %s  2>&1  | FileCheck %s
 
 #
 # Test that multiple definitions cause an error





More information about the llvm-commits mailing list