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

@@ -323,6 +323,7 @@ irFlow
| test.cpp:1069:9:1069:14 | call to source | test.cpp:1074:10:1074:10 | i |
| test.cpp:1069:9:1069:14 | call to source | test.cpp:1081:10:1081:10 | i |
| test.cpp:1117:27:1117:34 | call to source | test.cpp:1117:27:1117:34 | call to source |
| test.cpp:1132:11:1132:16 | call to source | test.cpp:1121:8:1121:8 | x |
| true_upon_entry.cpp:9:11:9:16 | call to source | true_upon_entry.cpp:13:8:13:8 | x |
| true_upon_entry.cpp:17:11:17:16 | call to source | true_upon_entry.cpp:21:8:21:8 | x |
| true_upon_entry.cpp:27:9:27:14 | call to source | true_upon_entry.cpp:29:8:29:8 | x |

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);