Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85607fe

Browse files
committed
Python: Adjust location for .expected output
1 parent 3d55112 commit 85607fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/test/experimental/library-tests/CallGraph-implicit-init/PointsTo.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ debug_missingAnnotationForCallable
22
debug_nonUniqueAnnotationForCallable
33
debug_missingAnnotationForCall
44
expectedCallEdgeNotFound
5-
| example.py:12:1:12:7 | afunc() | foo/bar/a.py:2:1:2:12 | Function afunc |
5+
| example.py:18:1:18:7 | afunc() | foo/bar/a.py:2:1:2:12 | Function afunc |
66
unexpectedCallEdgeFound

python/ql/test/experimental/library-tests/CallGraph-implicit-init/TypeTracker.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ debug_missingAnnotationForCallable
22
debug_nonUniqueAnnotationForCallable
33
debug_missingAnnotationForCall
44
expectedCallEdgeNotFound
5-
| example.py:12:1:12:7 | afunc() | foo/bar/a.py:2:1:2:12 | Function afunc |
5+
| example.py:18:1:18:7 | afunc() | foo/bar/a.py:2:1:2:12 | Function afunc |
66
unexpectedCallEdgeFound

0 commit comments

Comments
 (0)