diff options
Diffstat (limited to 'tests/qapi-schema/pragma-value-not-list.json')
-rw-r--r-- | tests/qapi-schema/pragma-value-not-list.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qapi-schema/pragma-value-not-list.json b/tests/qapi-schema/pragma-value-not-list.json index 2c61a97dd3..3faa340c3b 100644 --- a/tests/qapi-schema/pragma-value-not-list.json +++ b/tests/qapi-schema/pragma-value-not-list.json @@ -1,3 +1,2 @@ # pragma value must be list - -{ 'pragma': { 'name-case-whitelist': false } } +{ 'pragma': { 'member-name-exceptions': false } } |