refactor(test): remove relative include
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include <assert.h>
|
||||
#include <myclib/mystack.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../../stack/mystack.h"
|
||||
|
||||
void test_stack1(void) {
|
||||
stack_s *stack = stack_new(32, sizeof(int));
|
||||
int num = 10;
|
||||
|
||||
Reference in New Issue
Block a user