update libsimulator submodule and fix a warning

This commit is contained in:
arvidn 2015-10-25 16:59:28 -04:00
parent 6009547613
commit b2796af5b3
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4b043b52708b0a1248a6e04d21a2d496e415b417 Subproject commit dedd409321589f8ed11d244e1b65772435ef91d1

View File

@ -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())