We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a8dbb commit 6b136e3Copy full SHA for 6b136e3
cpp/ql/test/library-tests/types/sizeof/sizeof.ql
@@ -2,7 +2,7 @@ import cpp
2
3
from SizeofOperator sto, string elemDesc, Element e
4
where
5
- elemDesc = "SizeofTypeOperator.getTypeOperand()" and
+ elemDesc = "SizeofOperator.getTypeOperand()" and
6
e = sto.(SizeofOperator).getTypeOperand()
7
or
8
elemDesc = "SizeofExprOperator.getExprOperand()" and
0 commit comments