Forgot to change this back before previous commit.

This commit is contained in:
James Cline
2010-06-01 16:54:09 +00:00
parent 0af1ed41e5
commit 9691dfb532
@@ -249,7 +249,7 @@ void TestQueue() {
*q.Add() = 551;
TEST_ASSERT(!q.is_empty());
TEST_ASSERT(q.top() == 551); q.PopOnly();
TEST_ASSERT(!q.is_empty());
TEST_ASSERT(q.is_empty());
}
TEST_SUITE_END(col, TestArrayListInt, TestMinHeap,