Skip to content

Commit b8d45ae

Browse files
alexetMathiasVP
andauthored
Update cpp/ql/test/library-tests/dataflow/dataflow-tests/flowOut.cpp
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 60f3598 commit b8d45ae

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ void modify_copy(int* ptr) { // $ ast-def=ptr
1616
void test_output() {
1717
int x = 0;
1818
modify_copy(&x);
19-
sink(x); // $ ir
19+
sink(x); // $ SPURIOUS: ir
2020
}

0 commit comments

Comments
 (0)