diff options
author | sanine-a <sanine.not@pm.me> | 2021-07-02 22:09:10 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-07-02 22:09:10 -0500 |
commit | 3be8f4628e2eea1ee1edd352d5c0a63293484f8c (patch) | |
tree | c4cd17e3c000a8600bd044341f9d54841b083156 /src/tests/hs_tests.h | |
parent | 6416977ea7e2159a67fd6a9877c5e01abe2f8269 (diff) |
finish refactoring existing tests into separate files
Diffstat (limited to 'src/tests/hs_tests.h')
-rw-r--r-- | src/tests/hs_tests.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tests/hs_tests.h b/src/tests/hs_tests.h index df73318..23d480a 100644 --- a/src/tests/hs_tests.h +++ b/src/tests/hs_tests.h @@ -42,14 +42,3 @@ void hs_call_tests(); void hs_call_args_tests(); void hs_pushstring_tests(); void hs_rxx_tests(); - -/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - * - * tests for hs_create_enum - * - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - */ - -#define check_value(string, value) - - |