[Python] String(s) and bytes are two different entities in 3.7.
authorDavide Italiano <davide@freebsd.org>
Thu, 31 Jan 2019 00:11:33 +0000 (00:11 +0000)
committerDavide Italiano <davide@freebsd.org>
Thu, 31 Jan 2019 00:11:33 +0000 (00:11 +0000)
commit0d298f5af5902e5421ecb341b3b7ae096946b840
treeed20bc3aadd27007d561af20f273e9f508cd9cb1
parent8da9479e40512b3d1069cc5928c8aaca989fc124
[Python] String(s) and bytes are two different entities in 3.7.

So, we need an explicit call to decode() here to let it work with
both interpreters. Fixes TestXMMRegisters on 3.7.

llvm-svn: 352701
lldb/packages/Python/lldbsuite/test/decorators.py