Skip to content

Commit

Permalink
Delete redundant data in test
Browse files Browse the repository at this point in the history
Copy-paste fail.
  • Loading branch information
strager committed Jun 15, 2021
1 parent 4f5ba58 commit 2e96fc2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/collect-copyright
Original file line number Diff line number Diff line change
Expand Up @@ -731,16 +731,6 @@ Discarded input sections
.note.GNU-stack
0x0000000000000000 0x0 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o
.note.GNU-stack
~/P/quicklint-js> cat linkmap
Archive member included because of file (symbol)
/usr/lib/x86_64-linux-gnu/libc_nonshared.a(elf-init.oS)
/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o (__libc_csu_init)
Discarded input sections
.note.GNU-stack
0x0000000000000000 0x0 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o
"""
link_map = parse_link_map(raw_link_map)
self.assertEqual(
Expand Down

0 comments on commit 2e96fc2

Please sign in to comment.