mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-26 18:01:35 +01:00
Remove opaque typedef from UnityFixture struct, as done in core Unity
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "unity_fixture.h"
|
||||
#include "unity_internals.h"
|
||||
|
||||
UNITY_FIXTURE_T UnityFixture;
|
||||
struct _UnityFixture UnityFixture;
|
||||
|
||||
//If you decide to use the function pointer approach.
|
||||
//Build with -D UNITY_OUTPUT_CHAR=outputChar and include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user