Make this test verify .debug_pubnames is actually missing.

It was matching at EOF regardless of whether the section was present.

llvm-svn: 240679
This commit is contained in:
Paul Robinson 2015-06-25 19:37:13 +00:00
parent 62064d6d38
commit e6c34b49d3
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@
; Darwin and PS4 shouldn't be generating the section by default ; Darwin and PS4 shouldn't be generating the section by default
; NOPUB: debug_pubnames ; NOPUB: debug_pubnames
; NOPUB: {{^$}} ; NOPUB-NEXT: {{^$}}
; Skip the output to the header of the pubnames section. ; Skip the output to the header of the pubnames section.
; LINUX: debug_pubnames ; LINUX: debug_pubnames
; LINUX: unit_size = 0x00000128 ; LINUX-NEXT: unit_size = 0x00000128
; Check for each name in the output. ; Check for each name in the output.
; LINUX-DAG: "ns" ; LINUX-DAG: "ns"