diff options
Diffstat (limited to 'test/_run_test.c')
-rw-r--r-- | test/_run_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/_run_test.c b/test/_run_test.c index 63672f9..7cbaffb 100644 --- a/test/_run_test.c +++ b/test/_run_test.c @@ -1,5 +1,5 @@ #include "snippets/include_headers.h" #define where "direct" int main() { -#include "snippets/FUNC_NAME.c" +#include "snippets/SNIPPET_NAME.c" } |