Features: Emit a test failure if 'override' is present but not expected
This commit is contained in:
parent
9b4d4344c6
commit
3046be7784
@ -4,6 +4,9 @@
|
|||||||
#error "Expect override control feature"
|
#error "Expect override control feature"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
#if !EXPECT_OVERRIDE_CONTROL
|
||||||
|
#error "Expect no override control feature"
|
||||||
|
#endif
|
||||||
|
|
||||||
struct A
|
struct A
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user