diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-10-13 17:56:47 +0100 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-10-19 19:15:23 +0100 |
| commit | 4be0cf30fc10420c2b5fa97a3b25a07b7a0ce7f3 (patch) | |
| tree | 0c239f9b68fbbc13ae94462756d466ef774a9772 /test/cases/compile_errors/setAlignStack_in_naked_function.zig | |
| parent | ec19086aa0491024622c444b0d9310560de9e6f0 (diff) | |
| download | zig-4be0cf30fc10420c2b5fa97a3b25a07b7a0ce7f3.tar.gz zig-4be0cf30fc10420c2b5fa97a3b25a07b7a0ce7f3.zip | |
test: update for `CallingConvention` changes
This also includes some compiler and std changes to correct error
messages which weren't properly updated before.
Diffstat (limited to 'test/cases/compile_errors/setAlignStack_in_naked_function.zig')
| -rw-r--r-- | test/cases/compile_errors/setAlignStack_in_naked_function.zig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/cases/compile_errors/setAlignStack_in_naked_function.zig b/test/cases/compile_errors/setAlignStack_in_naked_function.zig deleted file mode 100644 index 79c4ba6f5b..0000000000 --- a/test/cases/compile_errors/setAlignStack_in_naked_function.zig +++ /dev/null @@ -1,9 +0,0 @@ -export fn entry() callconv(.Naked) void { - @setAlignStack(16); -} - -// error -// backend=stage2 -// target=native -// -// :2:5: error: @setAlignStack in naked function |
