Add "Invalid mnemonic" to bad result on PPC

This commit is contained in:
Jeffrey Walton 2018-11-13 01:57:12 -05:00
parent 27b61d8752
commit e69106f257
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -190,7 +190,7 @@ endif # _WIN32_WINNT
endif # IS_MINGW
# For feature tests
BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction"
BAD_RESULT="fatal|error|unknown|unrecognized|illegal|ignored|incorrect|not found|not exist|cannot find|not supported|no such instruction|invalid mnemonic"
###########################################################
##### X86/X32/X64 Options #####