test: update for CallingConvention changes

This also includes some compiler and std changes to correct error
messages which weren't properly updated before.
This commit is contained in:
mlugg
2024-10-13 17:56:47 +01:00
parent ec19086aa0
commit 4be0cf30fc
41 changed files with 154 additions and 195 deletions

View File

@@ -4,7 +4,6 @@ export fn foo(num: anytype) i32 {
}
// error
// backend=stage2
// target=native
// target=x86_64-linux
//
// :1:15: error: generic parameters not allowed in function with calling convention 'C'
// :1:15: error: generic parameters not allowed in function with calling convention 'x86_64_sysv'