| Index: flake8-eyeo/tests/A103.py |
| =================================================================== |
| --- a/flake8-eyeo/tests/A103.py |
| +++ b/flake8-eyeo/tests/A103.py |
| @@ -24,3 +24,7 @@ |
| def compare_variables(a, b, c, d): |
| return (a, b) == (c, d) or a == b |
| + |
| + |
| +def compare_builtin(x): |
| + return dir == x |