From: Eric Christopher Date: Fri, 20 Dec 2013 04:40:28 +0000 (+0000) Subject: Remove extra check line that's failing on windows and not necessary at X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=658537c710e399aa4e9c4ca3cd2f8211bc240560;p=oota-llvm.git Remove extra check line that's failing on windows and not necessary at the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197782 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/cu-ranges.ll b/test/DebugInfo/cu-ranges.ll index 794100cdec8..6901f5e5c60 100644 --- a/test/DebugInfo/cu-ranges.ll +++ b/test/DebugInfo/cu-ranges.ll @@ -11,7 +11,6 @@ ; CHECK: .debug_ranges contents: ; FIXME: When we get better dumping facilities we'll want to elaborate here. ; CHECK: 00000000 -; CHECK: 00000010 ; Function Attrs: nounwind uwtable define i32 @f(i32 %a) #0 {