Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 9ad2161

Browse files
committed
Clean up RUN command for Assembler/getInt.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199158 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 55e6c61 commit 9ad2161

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Assembler/getInt.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
; RUN: opt < %s
2-
; XFAIL: *
1+
; RUN: not opt < %s 2>&1 | grep 'not a number, or does not fit in an unsigned int'
32

43
target datalayout = "p:4294967296:64:64"

0 commit comments

Comments
 (0)