C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-15 15:28:13 +01:00
parent 69a1a87aa4
commit e75dcd27f5
2 changed files with 17 additions and 15 deletions

View File

@@ -30,8 +30,8 @@ void test() {
// ymlStepGenerated_with_body is modeled by the model generator so we should use the model only if there is no body
int z2 = ymlStepGenerated_with_body(0, x);
ymlSink(z2); // $ MISSING: ir
ymlSink(z2); // $ ir
int z3 = ymlStepGenerated_with_body(x, 0);
ymlSink(z3); // $ SPURIOUS: ir
ymlSink(z3); // clean
}