Skip to content

Commit dda4a97

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/test/library-tests/dataflow/external-models/test.cpp
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent b547dc4 commit dda4a97

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/external-models/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ using pthread_attr_t = void*;
4545

4646
void *myThreadFunction(void *arg) {
4747
S* s = (S *)arg;
48-
ymlSink(s->x); // $ ir
48+
ymlSink(s->x); // $ ir
4949
return nullptr;
5050
}
5151

0 commit comments

Comments
 (0)