refactor(test): remove relative include
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include <assert.h>
|
||||
#include <myclib/mystring.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../string/mystring.h"
|
||||
|
||||
void test_str3(void) {
|
||||
/* Make a new string from format */
|
||||
string_s *s = string_format("My name is %s (%d)", "John", 21);
|
||||
|
||||
Reference in New Issue
Block a user