Skip to content

Commit 4c3a6dd

Browse files
authored
Add newline at the end of file to fix test failure (#627)
The lit tests under test/multilib must have a newline at the end of the file so that FileCheck checks with "-EMPTY" work correctly.
1 parent 6ccc4b6 commit 4c3a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multilib/armv6m.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# RUN: %clang -print-multi-directory --target=armv6m-none-eabi -mbig-endian -mfpu=none | FileCheck %s --check-prefix=CHECK-BE-NOFP-EXN-RTTI
2323
# RUN: %clang -print-multi-directory --target=armv6m-none-eabi -mbig-endian -mfpu=none -mno-unaligned-access | FileCheck %s --check-prefix=CHECK-BE-NOFP-EXN-RTTI
2424
# CHECK-BE-NOFP-EXN-RTTI: arm-none-eabi/armebv6m_soft_nofp_exn_rtti{{$}}
25-
# CHECK-BE-NOFP-EXN-RTTI-EMPTY:
25+
# CHECK-BE-NOFP-EXN-RTTI-EMPTY:

0 commit comments

Comments
 (0)