mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Make test pass
This commit is contained in:
@@ -82,8 +82,6 @@ private predicate ordering_method(string name) {
|
||||
private predicate cast_method(string name) {
|
||||
name = "__nonzero__" and major_version() = 2
|
||||
or
|
||||
name = "__bool__"
|
||||
or
|
||||
name = "__int__"
|
||||
or
|
||||
name = "__float__"
|
||||
|
||||
Reference in New Issue
Block a user