mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Update .expected file for Python 3 tests.
This commit is contained in:
2
python/ql/test/3/query-tests/Statements/iter/NonIteratorInForLoop.expected
Executable file → Normal file
2
python/ql/test/3/query-tests/Statements/iter/NonIteratorInForLoop.expected
Executable file → Normal file
@@ -1 +1 @@
|
||||
| statements_test.py:34:5:34:19 | For | $@ of class '$@' may be used in for-loop. | statements_test.py:34:18:34:18 | ControlFlowNode for IntegerLiteral | Non-iterator | file://:Compiled Code:0:0:0:0 | builtin-class int | int |
|
||||
| statements_test.py:34:5:34:19 | For | $@ of class '$@' may be used in for-loop. | statements_test.py:34:18:34:18 | ControlFlowNode for IntegerLiteral | Non-iterator | file://:0:0:0:0 | builtin-class int | int |
|
||||
|
||||
Reference in New Issue
Block a user