Python: Port SlotsInOldStyleClass.ql

Only trivial test changes.
This commit is contained in:
Taus
2026-02-20 15:25:57 +00:00
parent b57e92164c
commit 3d20050c0a
2 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
| newstyle_test.py:4:1:4:16 | class OldStyle1 | Using '__slots__' in an old style class just creates a class attribute called '__slots__'. |
| newstyle_test.py:4:1:4:16 | Class OldStyle1 | Using '__slots__' in an old style class just creates a class attribute called '__slots__'. |