C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-10-16 14:15:05 +01:00
parent 30e0781778
commit 2dbf75fde9
2 changed files with 2 additions and 1 deletions

View File

@@ -1118,7 +1118,7 @@ void test_temp_with_conversion_from_materialization() {
}
void reads_input(int x) {
sink(x); // $ MISSING: ast,ir
sink(x); // $ ir MISSING: ast
}
void not_does_read_input(int x);