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

Skip to content

Commit c5e3333

Browse files
committed
Python: Update expected tests after last commit
I'm pushing too fast it seems
1 parent e0cfe81 commit c5e3333

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep

python/ql/test/experimental/dataflow/tainttracking/defaultAdditionalTaintStep/TestTaint.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@
161161
| test_unpacking.py:46 | ok | unpack_from_set | a |
162162
| test_unpacking.py:46 | ok | unpack_from_set | b |
163163
| test_unpacking.py:46 | ok | unpack_from_set | c |
164-
| test_unpacking.py:56 | ok | contrived_1 | a |
165-
| test_unpacking.py:56 | ok | contrived_1 | b |
166-
| test_unpacking.py:56 | ok | contrived_1 | c |
167-
| test_unpacking.py:57 | fail | contrived_1 | d |
168-
| test_unpacking.py:57 | fail | contrived_1 | e |
169-
| test_unpacking.py:57 | fail | contrived_1 | f |
164+
| test_unpacking.py:55 | ok | contrived_1 | a |
165+
| test_unpacking.py:55 | ok | contrived_1 | b |
166+
| test_unpacking.py:55 | ok | contrived_1 | c |
167+
| test_unpacking.py:56 | fail | contrived_1 | d |
168+
| test_unpacking.py:56 | fail | contrived_1 | e |
169+
| test_unpacking.py:56 | fail | contrived_1 | f |
170170
| test_unpacking.py:65 | ok | contrived_2 | a |
171171
| test_unpacking.py:65 | ok | contrived_2 | b |
172172
| test_unpacking.py:65 | ok | contrived_2 | c |

0 commit comments

Comments
 (0)