Skip to content

Commit

Permalink
[LLD][COFF] Fix incorrect pattern in test
Browse files Browse the repository at this point in the history
The previous pattern was matching the RVA `0` to the first character of `0x1010`. Make sure now that the entire export entry is matched.
  • Loading branch information
aganea committed May 3, 2023
1 parent b96967a commit 14220fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/COFF/export32.test
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# CHECK7: Export Table:
# CHECK7: DLL name: export32.test.tmp.dll
# CHECK7: Ordinal RVA Name
# CHECK7-NEXT: 1 0
# CHECK7-NEXT: 1 0x1010 exportfn3
# CHECK7-NEXT: 2 0x1010 foo

--- !COFF
Expand Down

0 comments on commit 14220fe

Please sign in to comment.