Skip to content

Commit d79c722

Browse files
authored
Merge pull request github#11278 from jketema/dataflow-test-typo
C++: Fix typo in dataflow test comment
2 parents 68e513c + 9817600 commit d79c722

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)