Fixed test.

This commit is contained in:
Christoffer Lerno
2023-09-24 22:01:20 +02:00
parent 30d794653d
commit 3675254af4

View File

@@ -49,5 +49,5 @@ fn void f()
fn void g()
{
multiple(); // #error: 'multiple' expects 2 parameters, but none was provided
multiple(); // #error: 'multiple' expects
}