This commit is contained in:
arvidn 2015-08-31 00:19:58 -04:00
parent a0c9fafd39
commit c1f9d6edc3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ TORRENT_TEST(erase_last)
list.erase(&n0);
int expected[] = { };
int expected[] = { -1 };
compare(list, expected, 0);
TEST_CHECK(list.empty());