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

View File

@@ -663,7 +663,7 @@ TORRENT_TEST(stop_when_ready)
}
// there should not have been any announces. the torrent should have
// 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())