1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 08:25:59 +01:00

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[0], (void *)longfunc0);
ASSERT_EQ(call_history[1], (void *)voidfunc2); 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> They are reset by calling <tt>RESET_HISTORY();</tt>