Remove opaque typedef from UnityFixture struct, as done in core Unity

This commit is contained in:
jsalling
2016-02-08 16:53:10 -06:00
parent 6b664fc803
commit 822a537d2e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <string.h>
extern UNITY_FIXTURE_T UnityFixture;
extern struct _UnityFixture UnityFixture;
TEST_GROUP(UnityFixture);