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

Cleanup UI example to non-argument length specific syntax

This commit is contained in:
Mike Long
2012-09-08 10:33:57 +08:00
parent e31153b6fb
commit 7c00d3a53d

View File

@@ -3,10 +3,10 @@ extern "C"{
#include "SYSTEM.h"
#include "DISPLAY.h"
}
#include "../../fff.h"
#include <gtest/gtest.h>
#include "../../fff.h"
DEFINE_FFF_GLOBALS;
/* SYSTEM.h */
@@ -18,7 +18,7 @@ FAKE_VOID_FUNC(DISPLAY_output, char *);
FAKE_VALUE_FUNC(unsigned int, DISPLAY_get_line_capacity);
FAKE_VALUE_FUNC(unsigned int, DISPLAY_get_line_insert_index);
FAKE_VOID_FUNC0(button_press_cbk);
FAKE_VOID_FUNC(button_press_cbk);
class UITests : public testing::Test