Fix a typo in mac SIP workaround
authorPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 06:01:02 +0000 (06:01 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 31 Aug 2018 06:01:02 +0000 (06:01 +0000)
commitd9e8c773de7fe53c357521eb6219b12e6a1d7b23
treedbd6cd1829a4903c7de608e309b96b26928f7270
parentbca94773b7423914a3b1321a656edcf5c826dd27
Fix a typo in mac SIP workaround

presumably the or subexpression was meant to be evaluated first. The way
it is now means that we apply the workaround for any python in `/usr`,
which matches pretty much every unix system.

llvm-svn: 341167
lldb/lit/Suite/lldbtest.py