C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-11-26 13:47:47 +00:00
parent f7cf5af720
commit 39b61598e9

View File

@@ -169,5 +169,5 @@ void test_format() {
void test(std::format_string s) {
int x = source();
int y = std::same_signature_as_format_but_different_name(s, x);
sink(y); // $ SPURIOUS: ir
sink(y); // clean
}