Add BINARY_TRUE_DIVIDE tests for 2.{6,7}

This commit is contained in:
rocky
2017-11-16 01:29:49 -05:00
parent 183a406bf1
commit 953cf312db
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
# Tests BINARY_TRUE_DIVIDE
from __future__ import division # needed on 2.6 and 2.7
x = len(__file__) / 1