C++: Fix another mistake in the test.

This commit is contained in:
Geoffrey White 2024-03-25 11:11:20 +00:00
Родитель dec5fc0f48
Коммит 46b8e3be66
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ void test_sources() {
remoteMadSourceIndirectArg0(&a, &b);
sink(a); // $ ir
sink(a); // $ SPURIOUS: ir
sink(b);
remoteMadSourceIndirectArg1(c, d);
sink(c);
sink(d); // $ ir