update libsimulator submodule and fix a warning
This commit is contained in:
parent
6009547613
commit
b2796af5b3
|
@ -1 +1 @@
|
||||||
Subproject commit 4b043b52708b0a1248a6e04d21a2d496e415b417
|
Subproject commit dedd409321589f8ed11d244e1b65772435ef91d1
|
|
@ -663,7 +663,7 @@ TORRENT_TEST(stop_when_ready)
|
||||||
}
|
}
|
||||||
// there should not have been any announces. the torrent should have
|
// there should not have been any announces. the torrent should have
|
||||||
// been stopped *before* announcing.
|
// been stopped *before* announcing.
|
||||||
TEST_EQUAL(alert_cast<tracker_announce_alert>(a), NULL);
|
TEST_CHECK(alert_cast<tracker_announce_alert>(a) == NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (torrent_handle const& h : ses.get_torrents())
|
for (torrent_handle const& h : ses.get_torrents())
|
||||||
|
|
Loading…
Reference in New Issue