From 5d4058a09467ee5d187948debf1a07086a3c8a7c Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 26 Nov 2013 01:11:02 +0000 Subject: [PATCH] DebugInfo: Update test case due to dumper improvements in r195698 The dumper was only dumping one pubtypes set and it was /always/ dumping one pubtypes set even when there were zero sets. Now that the dumper correctly dumps zero, one, or many sets, we can update this test case to test for the absolute absence of a set rather than a bogus/accidental zero-valued set. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195706 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/dwarf-public-names.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/X86/dwarf-public-names.ll b/test/DebugInfo/X86/dwarf-public-names.ll index d66e5a0c1ce..43e5af469e0 100644 --- a/test/DebugInfo/X86/dwarf-public-names.ll +++ b/test/DebugInfo/X86/dwarf-public-names.ll @@ -37,7 +37,7 @@ ; Darwin shouldn't be generating the section by default ; DARWIN: debug_pubnames -; DARWIN: unit_size = 0x00000000 +; DARWIN: {{^$}} ; Skip the output to the header of the pubnames section. ; LINUX: debug_pubnames -- 2.34.1