mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
[skip ci] Disable file mode for no new line at end of data test
This commit is contained in:
parent
21b543ea4f
commit
c5e491041d
@ -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>();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user