mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Due to internal PR#35123 we now actually run the tests under `python/ql/test/2/...` Since we haven't done this in a while, test output has changed a bit. These changes look perfectly fine.
3 lines
323 B
Plaintext
3 lines
323 B
Plaintext
| equals_hash.py:8:5:8:28 | Function Eq.__eq__ | Class $@ implements __eq__ but does not define __hash__. | equals_hash.py:3:1:3:17 | class Eq | Eq |
|
|
| equals_hash.py:24:5:24:23 | Function Hash.__hash__ | Class $@ implements __hash__ but does not define __eq__ or __cmp__. | equals_hash.py:19:1:19:19 | class Hash | Hash |
|