C++: Fix testcase.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-01-02 15:37:39 +01:00
parent d8cfa711ad
commit 289b938b4d

View File

@@ -1155,7 +1155,7 @@ void test_CStringT() {
sink(s14.GetString()); // $ ir
CStringT<char> s15;
s15.AppendFormat(42, source<char>());
s15.AppendFormat(42, indirect_source<char>());
sink(s15.GetString()); // $ ir
CStringT<char> s16;