File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,6 @@ FOSSIL_TEST_CASE(c_test_cmaybe) {
109109 ASSUME_ITS_EQUAL_PTR (cmaybe (ptr , (void * )99 ), (void * )99 );
110110}
111111
112- // ** Test Newline Constants **
113- FOSSIL_TEST_CASE (c_test_newlines ) {
114- ASSUME_ITS_EQUAL_CCHAR (cnewline , '\n' );
115- ASSUME_ITS_EQUAL_WCHAR (wnewline , L'\n' );
116- }
117-
118112// ** Test Empty String Macros **
119113FOSSIL_TEST_CASE (c_test_empty_strings ) {
120114 ASSUME_ITS_EQUAL_CSTR (cempty , "" );
@@ -131,7 +125,6 @@ FOSSIL_TEST_GROUP(c_null_tests) {
131125 FOSSIL_TEST_ADD (c_null_suite , c_test_cnullify );
132126 FOSSIL_TEST_ADD (c_null_suite , c_test_cnotnull );
133127 FOSSIL_TEST_ADD (c_null_suite , c_test_cmaybe );
134- FOSSIL_TEST_ADD (c_null_suite , c_test_newlines );
135128 FOSSIL_TEST_ADD (c_null_suite , c_test_empty_strings );
136129
137130 FOSSIL_TEST_REGISTER (c_null_suite );
You can’t perform that action at this time.
0 commit comments