diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-06 04:07:11 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-06 04:07:11 +0100 |
commit | 0b5450d05c98701e02412b9cc712595d01518263 (patch) | |
tree | 488820950bd5a511395dbe726e91e56ee46cf48a /Converter/includes | |
parent | ab7096fadb01cc3eb1a4d687ba5b4cbb326a0a8c (diff) | |
download | mdhtml-0b5450d05c98701e02412b9cc712595d01518263.tar.gz mdhtml-0b5450d05c98701e02412b9cc712595d01518263.tar.bz2 mdhtml-0b5450d05c98701e02412b9cc712595d01518263.zip |
~test_header_depths -> test_compile_line_header_depths
Diffstat (limited to 'Converter/includes')
-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 372e6e8..8941ecd 100644 --- a/Converter/includes/test.h +++ b/Converter/includes/test.h @@ -3,6 +3,6 @@ // Test methods to run -void test_header_depths(void); +void test_compile_line_header_depth(void); #endif // __TEST_H_ |