Skip to content

Commit 19c4351

Browse files
committed
Python: Make test 2/3 compatible.
1 parent 61d8319 commit 19c4351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/test/library-tests/PointsTo/extensions/Extend.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| test.py:8:5:8:5 | ControlFlowNode for IntegerLiteral | int 3 |
77
| test.py:8:7:8:7 | ControlFlowNode for IntegerLiteral | int 4 |
88
| test.py:10:1:10:2 | ControlFlowNode for a3 | int 3 |
9-
| test.py:10:6:10:7 | ControlFlowNode for Str | str u'' |
9+
| test.py:10:6:10:7 | ControlFlowNode for Tuple | Tuple |
1010
| test.py:10:6:10:13 | ControlFlowNode for Attribute | int 3 |
1111
| test.py:11:1:11:2 | ControlFlowNode for a4 | int 4 |
1212
| test.py:11:6:11:10 | ControlFlowNode for False | bool False |

python/ql/test/library-tests/PointsTo/extensions/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#Make sure values exist in DB
88
1,2,3,4
99

10-
a3 = "".three
10+
a3 = ().three
1111
a4 = False.four
1212

1313
a3

0 commit comments

Comments
 (0)