[utils] Use operator "in" instead of bound function "has_key"
authorRoger Ferrer Ibanez <rofirrim@gmail.com>
Fri, 7 Dec 2018 09:49:21 +0000 (09:49 +0000)
committerRoger Ferrer Ibanez <rofirrim@gmail.com>
Fri, 7 Dec 2018 09:49:21 +0000 (09:49 +0000)
commit52a50395cd73021b67213739fb19d67f21c438ea
tree6ef4a91097d93d13d5f8f69278adf9535fc0f0a8
parent9c7d85bc623d78078ad92479414164bb4e648a97
[utils] Use operator "in" instead of bound function "has_key"

has_key has been removed in Python 3. The in comparison operator can be used
instead.

Differential Revision: https://reviews.llvm.org/D55310

llvm-svn: 348576
llvm/utils/UpdateTestChecks/common.py