C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-24 12:06:38 +00:00
parent 732e55df11
commit 98879d0f1a
2 changed files with 32 additions and 15 deletions

View File

@@ -110,5 +110,5 @@ T callWithNonTypeTemplate(const T&);
void test_callWithNonTypeTemplate() {
int x = ymlSource();
int y = callWithNonTypeTemplate<10, int>(x);
ymlSink(y); // $ MISSING: ir
ymlSink(y); // $ ir
}