fix build

This commit is contained in:
arvidn 2017-01-15 08:25:10 -05:00
parent 934c58a816
commit 8a35e42012
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ TORRENT_TEST(rename_file)
TEST_EQUAL(st.file_path(file_index_t{0}, "."), "/tmp/a");
#endif
st.rename_file(0, combine_path("test__", "a"));
TEST_EQUAL(st.file_path(0, "."), combine_path(".", combine_path("test__"
st.rename_file(file_index_t{0}, combine_path("test__", "a"));
TEST_EQUAL(st.file_path(file_index_t{0}, "."), combine_path(".", combine_path("test__"
, "a")));
}