diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-20 15:34:35 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-20 15:34:35 +0100 |
commit | 6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb (patch) | |
tree | 45a2dc750f3779de03bc7b903360b18dcc910461 /Converter/includes/test.h | |
parent | 33274515c4ee5dc844314feea046bb321cb99aea (diff) | |
download | mdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.tar.gz mdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.tar.bz2 mdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.zip |
~test_compile* -> compile_line_header_depth
Prefix 'test_' is useless and bloat
Diffstat (limited to 'Converter/includes/test.h')
-rw-r--r-- | Converter/includes/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |