Fixed typo in example

This commit is contained in:
Mike Long
2011-01-03 12:13:05 +01:00
parent 7b0a149cfc
commit e034598562

View File

@@ -161,7 +161,7 @@ Here's how it works:
ASSERT_EQ(call_history[0], (void *)longfunc0);
ASSERT_EQ(call_history[1], (void *)voidfunc2);
ASSERT_EQ(call_history[3], (void *)longfunc0);
ASSERT_EQ(call_history[2], (void *)longfunc0);
}
They are reset by calling <tt>RESET_HISTORY();</tt>