Skip to content

Commit 9817600

Browse files
committed
C++: Fix type in dataflow test comment
1 parent 68e513c commit 9817600

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/dispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Top *identity(Top *top) {
8787

8888
void callIdentityFunctions(Top *top, Bottom *bottom) {
8989
identity(bottom)->isSink(source()); // $ MISSING: ast,ir
90-
identity(top)->isSink(source()); // now flow
90+
identity(top)->isSink(source()); // no flow
9191
}
9292

9393
using SinkFunctionType = void (*)(int);

0 commit comments

Comments
 (0)