aboutsummaryrefslogtreecommitdiff
path: root/tests/test_no_sep_ending.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_no_sep_ending.c')
-rw-r--r--tests/test_no_sep_ending.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_no_sep_ending.c b/tests/test_no_sep_ending.c
index 6b89c2b..2f86270 100644
--- a/tests/test_no_sep_ending.c
+++ b/tests/test_no_sep_ending.c
@@ -1,4 +1,4 @@
-#include "cleanpath.h"
+#include "cleanpath/cleanpath.h"
#include "framework.h"
int main() {
@@ -16,4 +16,4 @@ int main() {
len = strlen(result);
puts(result);
myassert(len && *(result + (len - 1)) != TEST_SEP[0], "Result ends with a separator:\n'%s'", result);
-} \ No newline at end of file
+}