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"
|
||||
#endif
|
||||
#else
|
||||
#if !EXPECT_OVERRIDE_CONTROL
|
||||
#error "Expect no override control feature"
|
||||
#endif
|
||||
|
||||
struct A
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue