Skip to content

Commit 29768bb

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 78c0c7c commit 29768bb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/type-bugs.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module IrTest {
2121

2222
query predicate irTypeBugs(Location location, Node node) {
2323
exists(int n |
24-
// Flow summary nodes don't have a type since we don't (necessary) have
24+
// Flow summary nodes don't have a type since we don't necessarily have
2525
// the source code in the database.
2626
not node instanceof FlowSummaryNode and
2727
n = count(node.getType()) and

0 commit comments

Comments
 (0)