C++: Accept test changes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-25 14:59:09 +00:00
parent 05737af165
commit 0deac833e4
2 changed files with 1 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ T callWithNonTypeTemplate(const T&);
void test_callWithNonTypeTemplate() {
int x = ymlSource();
int y1 = callWithNonTypeTemplate<10, int>(x);
ymlSink(y1); // $ ir
ymlSink(y1); // $ MISSING: ir
int y2 = callWithNonTypeTemplate<int, 10>(x);
ymlSink(y2); // $ ir