diff --git a/test/graphparser.cc b/test/graphparser.cc index 74d7a5fc44..4df5671a1f 100644 --- a/test/graphparser.cc +++ b/test/graphparser.cc @@ -65,7 +65,7 @@ void DoConfig() { file << "{ \ \"mjolnir\": { \ \"id_table_size\": 1000, \ - \"tile_dir\": \"test/data/graph_parser_tiles\" \ + \"tile_dir\": \"test/data/parser_tiles\" \ } \ }"; } catch (...) {}