forked from premiere/premiere-libtorrent
fix build
This commit is contained in:
parent
934c58a816
commit
8a35e42012
|
@ -97,8 +97,8 @@ TORRENT_TEST(rename_file)
|
||||||
TEST_EQUAL(st.file_path(file_index_t{0}, "."), "/tmp/a");
|
TEST_EQUAL(st.file_path(file_index_t{0}, "."), "/tmp/a");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
st.rename_file(0, combine_path("test__", "a"));
|
st.rename_file(file_index_t{0}, combine_path("test__", "a"));
|
||||||
TEST_EQUAL(st.file_path(0, "."), combine_path(".", combine_path("test__"
|
TEST_EQUAL(st.file_path(file_index_t{0}, "."), combine_path(".", combine_path("test__"
|
||||||
, "a")));
|
, "a")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue