Skip to content

Commit 6b136e3

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/test/library-tests/types/sizeof/sizeof.ql
Co-authored-by: Copilot <[email protected]>
1 parent d4a8dbb commit 6b136e3

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/types/sizeof

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/types/sizeof/sizeof.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import cpp
22

33
from SizeofOperator sto, string elemDesc, Element e
44
where
5-
elemDesc = "SizeofTypeOperator.getTypeOperand()" and
5+
elemDesc = "SizeofOperator.getTypeOperand()" and
66
e = sto.(SizeofOperator).getTypeOperand()
77
or
88
elemDesc = "SizeofExprOperator.getExprOperand()" and

0 commit comments

Comments
 (0)