elm_code tests: fix test path

This commit is contained in:
Andy Williams 2015-02-28 13:14:18 +00:00
parent b89e88accc
commit 20c108ea32
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();