Skip to content

Commit 39b6159

Browse files
committed
C++: Accept test changes.
1 parent f7cf5af commit 39b6159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/test/library-tests/dataflow/taint-tests

cpp/ql/test/library-tests/dataflow/taint-tests/format.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ void test_format() {
169169
void test(std::format_string s) {
170170
int x = source();
171171
int y = std::same_signature_as_format_but_different_name(s, x);
172-
sink(y); // $ SPURIOUS: ir
172+
sink(y); // clean
173173
}

0 commit comments

Comments
 (0)