diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-11 19:48:38 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-11 19:48:38 +0200 |
commit | cf853bea908830194065349f3a8a75e163aea5b9 (patch) | |
tree | 25ed56d959ca1e929cb3967719ac9e9a2a37e809 /source/tests/string_ref.test.c | |
parent | 782d97aa2940f849282b52fa19b26fbf0970b966 (diff) | |
download | kit-cf853bea908830194065349f3a8a75e163aea5b9.zip |
Update tests
Diffstat (limited to 'source/tests/string_ref.test.c')
-rw-r--r-- | source/tests/string_ref.test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/string_ref.test.c b/source/tests/string_ref.test.c index a75abc5..a5863df 100644 --- a/source/tests/string_ref.test.c +++ b/source/tests/string_ref.test.c @@ -21,3 +21,5 @@ TEST("string literal") { str_t bar = foo; (void) bar; } + +#undef KIT_TEST_FILE |