Skip to content

Commit fe52152

Browse files
committed
[JITLink][COFF] Delete trailing whitespace in testcase. NFC.
1 parent 244ea40 commit fe52152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/ExecutionEngine/JITLink/x86-64/COFF_pdata_strip.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc %s -o %t
2-
# RUN:
2+
# RUN:
33
# RUN: llvm-jitlink -abs __ImageBase=0xdeadbeaf -noexec %t \
44
# RUN: -slab-allocate 100Kb -slab-address 0xfff00000 -slab-page-size 4096 \
55
# RUN: -show-graphs='.*' -noexec 2>&1 | FileCheck %s
@@ -14,7 +14,7 @@
1414
# CHECK-EMPTY:
1515

1616
.text
17-
17+
1818
.def main;
1919
.scl 2;
2020
.type 32;
@@ -31,7 +31,7 @@ main:
3131
.type 32;
3232
.endef
3333
.p2align 4, 0x90
34-
func:
34+
func:
3535
.seh_proc func
3636
subq $40, %rsp
3737
.seh_stackalloc 40

0 commit comments

Comments
 (0)