Skip to content

Commit 902d689

Browse files
committed
[JITLink] [test] Add a trailing newline to a test file. NFC.
Otherwise, this shows up as an unrelated diff after editing the file in some editors (like vim).
1 parent f715ff4 commit 902d689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/ExecutionEngine/JITLink/Generic/all-load-multifile-archive.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020
# CHECK-DAG: main{{.*}}main.o
2121
# CHECK-DAG: foo{{.*}}libFoo.a[0](foo.o)
22-
# CHECK-DAG: bar{{.*}}libFoo.a[1](bar.o)
22+
# CHECK-DAG: bar{{.*}}libFoo.a[1](bar.o)

0 commit comments

Comments
 (0)