File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ void all_mock_support_c_calls(void)
100
100
mock_c ()-> intReturnValue ();
101
101
mock_c ()-> returnValue ();
102
102
103
- mock_c ()-> expectOneCall ("boo2" )-> andReturnUnsignedIntValue (1.0 );
103
+ mock_c ()-> expectOneCall ("boo2" )-> andReturnUnsignedIntValue (1 );
104
104
mock_c ()-> actualCall ("boo2" )-> unsignedIntReturnValue ();
105
105
mock_c ()-> unsignedIntReturnValue ();
106
106
107
- mock_c ()-> expectOneCall ("boo3" )-> andReturnLongIntValue (1.0 );
107
+ mock_c ()-> expectOneCall ("boo3" )-> andReturnLongIntValue (1 );
108
108
mock_c ()-> actualCall ("boo3" )-> longIntReturnValue ();
109
109
mock_c ()-> longIntReturnValue ();
110
110
111
- mock_c ()-> expectOneCall ("boo3" )-> andReturnUnsignedLongIntValue (1.0 );
111
+ mock_c ()-> expectOneCall ("boo3" )-> andReturnUnsignedLongIntValue (1 );
112
112
mock_c ()-> actualCall ("boo3" )-> unsignedLongIntReturnValue ();
113
113
mock_c ()-> unsignedLongIntReturnValue ();
114
114
You can’t perform that action at this time.
0 commit comments