elm_code tests: fix test path

This commit is contained in:
Andy Williams 2015-02-28 13:14:18 +00:00
parent d6bb571c89
commit e8297bc390
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
START_TEST (elm_code_create_test)
{
char *path = "elm_code/tests/testfile.txt";
char *path = "elm_code/src/tests/testfile.txt";
Elm_Code *code;
code = elm_code_create();