From c5e491041d829db467b5a1b6fac76e0517ca3d7b Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 24 Feb 2024 14:17:23 +0100 Subject: [PATCH] [skip ci] Disable file mode for no new line at end of data test --- test/test_parser1_1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_parser1_1.cpp b/test/test_parser1_1.cpp index 4036a7e..d70b0d9 100644 --- a/test/test_parser1_1.cpp +++ b/test/test_parser1_1.cpp @@ -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(); - // test_no_new_line_at_eof(); + // test_no_new_line_at_eof(); + test_no_new_line_at_eof(); }