mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
update expected output of tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
| test.py:8:9:8:28 | AssignStmt | Unreachable statement. |
|
||||
| test.py:10:9:10:28 | Return | Unreachable statement. |
|
||||
| test.py:16:9:16:21 | ExprStmt | Unreachable statement. |
|
||||
| test.py:21:5:21:38 | For | Unreachable statement. |
|
||||
| test.py:28:9:28:21 | ExprStmt | Unreachable statement. |
|
||||
| test.py:84:5:84:21 | ExceptStmt | Unreachable statement. |
|
||||
| test.py:8:9:8:28 | AssignStmt | This statement is unreachable. |
|
||||
| test.py:10:9:10:28 | Return | This statement is unreachable. |
|
||||
| test.py:16:9:16:21 | ExprStmt | This statement is unreachable. |
|
||||
| test.py:21:5:21:38 | For | This statement is unreachable. |
|
||||
| test.py:28:9:28:21 | ExprStmt | This statement is unreachable. |
|
||||
| test.py:84:5:84:21 | ExceptStmt | This statement is unreachable. |
|
||||
|
||||
Reference in New Issue
Block a user