Skip to content

Commit 61d8319

Browse files
committed
Fix compilation warning in test.
1 parent 5e8ab92 commit 61d8319

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/library-tests/PointsTo/extensions

1 file changed

+1
-1
lines changed

python/ql/test/library-tests/PointsTo/extensions/Extend.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CfgExtension extends CustomPointsToOriginFact {
2525

2626
class AttributeExtension extends CustomPointsToAttribute {
2727

28-
AttributeExtension() { any() }
28+
AttributeExtension() { this = this }
2929

3030
override predicate attributePointsTo(string name, Object value, ClassObject cls, ControlFlowNode origin) {
3131
cls = theIntType() and origin = any(Module m).getEntryNode() and

0 commit comments

Comments
 (0)