[skip ci] Disable file mode for no new line at end of data test

This commit is contained in:
ado 2024-02-24 14:17:23 +01:00
parent 21b543ea4f
commit c5e491041d

View File

@ -590,6 +590,6 @@ void test_no_new_line_at_eof() {
}
TEST_CASE("test no new line at end of data") {
test_no_new_line_at_eof<false>();
// test_no_new_line_at_eof<true>();
// test_no_new_line_at_eof<false>();
test_no_new_line_at_eof<true>();
}