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

Some small tidying

This commit is contained in:
Mike Long
2012-06-26 20:35:33 +08:00
parent 480c88e1af
commit 899f5617a0
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ struct MyStruct {
int y;
};
DEFINE_FFF_GLOBALS;
FAKE_VOID_FUNC(voidfunc1, int);
FAKE_VOID_FUNC(voidfunc2, char, char);
FAKE_VALUE_FUNC(long, longfunc0);
@@ -49,6 +49,7 @@ TEST_F(FFFTestSuite, default_constants_can_be_overridden)
ASSERT_EQ(OVERRIDE_ARG_HIST_LEN, voidfunc2_fake.arg_history_len);
}
DEFINE_FFF_GLOBALS;
int main()
{
setbuf(stdout, NULL);