Skip to content

Commit 1526c86

Browse files
committed
Python: Update test results for ReturnTypes.ql for Python 2.
1 parent 35ada17 commit 1526c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/test/2/library-tests/types/functions/ReturnTypes.expected

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
| 4 | bump_version | builtin-class object |
12
| 6 | ok1 | builtin-class NoneType |
23
| 12 | ok2 | builtin-class int |
34
| 12 | ok2 | builtin-class str |
@@ -21,4 +22,4 @@
2122
| 112 | multi_return | builtin-class int |
2223
| 118 | do_something | builtin-class int |
2324
| 123 | with_flow | builtin-class int |
24-
| 128 | return_default | builtin-class tuple |
25+
| 128 | return_default | builtin-class tuple |

0 commit comments

Comments
 (0)