[Python] Python 2 and Python 3 disagree on `/`.
authorDavide Italiano <davide@freebsd.org>
Thu, 31 Jan 2019 00:43:36 +0000 (00:43 +0000)
committerDavide Italiano <davide@freebsd.org>
Thu, 31 Jan 2019 00:43:36 +0000 (00:43 +0000)
commit96497da4ae0d68109c40c24faf2e486a3e2673a7
treeea6068917f26de73c667989f2dedb6e62918ac0c
parent0e2e0cc8c7480a1a00b01cdabce0840f85e7a3d2
[Python] Python 2 and Python 3 disagree on `/`.

One considers it integer division, the other doesn't.
Move to `//` (floor division) so that this test passes
independently from the version.

llvm-svn: 352706
lldb/packages/Python/lldbsuite/test/functionalities/register/intel_avx/TestYMMRegister.py