From 6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 20 May 2020 15:34:35 +0100 Subject: ~test_compile* -> compile_line_header_depth Prefix 'test_' is useless and bloat --- Converter/includes/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Converter/includes/test.h') diff --git a/Converter/includes/test.h b/Converter/includes/test.h index 8941ecd..f775af4 100644 --- a/Converter/includes/test.h +++ b/Converter/includes/test.h @@ -3,6 +3,6 @@ // Test methods to run -void test_compile_line_header_depth(void); +void compile_line_header_depth(void); #endif // __TEST_H_ -- cgit v1.2.3-13-gbd6f