[llvm] r199158 - Clean up RUN command for Assembler/getInt.ll.

Cameron McInally cameron.mcinally at nyu.edu
Mon Jan 13 14:37:36 PST 2014


Author: mcinally
Date: Mon Jan 13 16:37:35 2014
New Revision: 199158

URL: http://llvm.org/viewvc/llvm-project?rev=199158&view=rev
Log:
Clean up RUN command for Assembler/getInt.ll.

Modified:
    llvm/trunk/test/Assembler/getInt.ll

Modified: llvm/trunk/test/Assembler/getInt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/getInt.ll?rev=199158&r1=199157&r2=199158&view=diff
==============================================================================
--- llvm/trunk/test/Assembler/getInt.ll (original)
+++ llvm/trunk/test/Assembler/getInt.ll Mon Jan 13 16:37:35 2014
@@ -1,4 +1,3 @@
-; RUN: opt < %s
-; XFAIL: * 
+; RUN: not opt < %s 2>&1 | grep 'not a number, or does not fit in an unsigned int'
 
 target datalayout = "p:4294967296:64:64"





More information about the llvm-commits mailing list