[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
Loading
Please register or sign in to comment