C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-16 17:37:20 +01:00
parent 150d4f341a
commit c93a051243

View File

@@ -692,7 +692,7 @@ void test_static_local_9() {
void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf
*buf += 10;
sink(buf); // $ SPURIOUS: ast,ir
sink(buf); // $ SPURIOUS: ast
}
void call_increment_buf(int** buf) { // $ ast-def=buf