Python: Make test 2/3 compatible.

This commit is contained in:
Mark Shannon
2019-01-22 14:01:44 +00:00
parent 61d8319b4e
commit 19c43510a3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
| test.py:8:5:8:5 | ControlFlowNode for IntegerLiteral | int 3 |
| test.py:8:7:8:7 | ControlFlowNode for IntegerLiteral | int 4 |
| test.py:10:1:10:2 | ControlFlowNode for a3 | int 3 |
| test.py:10:6:10:7 | ControlFlowNode for Str | str u'' |
| test.py:10:6:10:7 | ControlFlowNode for Tuple | Tuple |
| test.py:10:6:10:13 | ControlFlowNode for Attribute | int 3 |
| test.py:11:1:11:2 | ControlFlowNode for a4 | int 4 |
| test.py:11:6:11:10 | ControlFlowNode for False | bool False |

View File

@@ -7,7 +7,7 @@ two
#Make sure values exist in DB
1,2,3,4
a3 = "".three
a3 = ().three
a4 = False.four
a3