summaryrefslogtreecommitdiff
path: root/src/tests/elementary/elm_code_test_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/elementary/elm_code_test_parse.c')
-rw-r--r--src/tests/elementary/elm_code_test_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/elementary/elm_code_test_parse.c b/src/tests/elementary/elm_code_test_parse.c
index 4bd35b4b88..fb097c5ac0 100644
--- a/src/tests/elementary/elm_code_test_parse.c
+++ b/src/tests/elementary/elm_code_test_parse.c
@@ -47,7 +47,7 @@ START_TEST (elm_code_parse_hook_file_test)
{
Elm_Code *code;
Elm_Code_File *file;
- char *path = TESTS_SRC_DIR "testfile.txt";
+ char *path = TESTS_SRC_DIR "/testfile.txt";
line_calls = 0;
file_calls = 0;