diff --git a/python/ql/test/library-tests/PointsTo/extensions/Extend.expected b/python/ql/test/library-tests/PointsTo/extensions/Extend.expected index 542547a3e3b..1052ac9bbc6 100644 --- a/python/ql/test/library-tests/PointsTo/extensions/Extend.expected +++ b/python/ql/test/library-tests/PointsTo/extensions/Extend.expected @@ -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 | diff --git a/python/ql/test/library-tests/PointsTo/extensions/test.py b/python/ql/test/library-tests/PointsTo/extensions/test.py index 01bf644a356..b7d375688d7 100644 --- a/python/ql/test/library-tests/PointsTo/extensions/test.py +++ b/python/ql/test/library-tests/PointsTo/extensions/test.py @@ -7,7 +7,7 @@ two #Make sure values exist in DB 1,2,3,4 -a3 = "".three +a3 = ().three a4 = False.four a3