summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorAlexandre Ganea <aganea@havenstudios.com>2023-05-02 19:58:18 -0400
committerAlexandre Ganea <aganea@havenstudios.com>2023-05-03 09:55:55 -0400
commit14220fedbd9d89526ba809c027e866b9d828cb57 (patch)
treedd3da510b471bdc4153f4f1cbac580d94fabe457 /lld
parentb96967ad172a51060ed77fdc6c46aecb168cb35e (diff)
downloadllvm-14220fedbd9d89526ba809c027e866b9d828cb57.tar.gz
[LLD][COFF] Fix incorrect pattern in test
The previous pattern was matching the RVA `0` to the first character of `0x1010`. Make sure now that the entire export entry is matched.
Diffstat (limited to 'lld')
-rw-r--r--lld/test/COFF/export32.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/export32.test b/lld/test/COFF/export32.test
index 4e15177c1612..9f3f1827a65f 100644
--- a/lld/test/COFF/export32.test
+++ b/lld/test/COFF/export32.test
@@ -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