Skip to content

Commit 8bac7cd

Browse files
committed
fix unaligned test
1 parent 27affd6 commit 8bac7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/COFF/stub.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CHECK1: AddressOfNewExeHeader: 64
2727
CHECK2: lld-link: error: /stub: invalid DOS signature: {{.*}}
2828

2929
## Unlike MS linker, we accept non-8byte-aligned stubs and we add paddings ourselves
30-
# RUN: lld-link /out:%t.exe /entry:main /stub:%p/Inputs/stub64mz %t.obj
30+
# RUN: lld-link /out:%t.exe /entry:main /stub:%p/Inputs/stub68mz %t.obj
3131
# RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK3 %s
3232

3333
CHECK3: Magic: MZ

0 commit comments

Comments
 (0)