[lld] [lld][test] filecheck typo fixes (PR #93471)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 20:18:24 PST 2025
================
@@ -18,4 +18,4 @@ CHECK-NEXT: type = 0x1002 (const int), value = 321
CHECK: Symbols
CHECK: 220 | S_CONSTANT [size = 12] `i`
-CHECK-NEXT type = 0x0074 (int), value = 123
\ No newline at end of file
+CHECK-NEXT: type = 0x0074 (int), value = 123
----------------
MaskRay wrote:
ensure the file ends with \n while updating this line
https://github.com/llvm/llvm-project/pull/93471
More information about the llvm-commits
mailing list