aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/function_ptr_alignment.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-07-27 00:17:19 -0700
committerGitHub <noreply@github.com>2025-07-27 00:17:19 -0700
commitda408bd6fce9e07daccd35f9257e6819f58fc767 (patch)
tree512a3e0977ea38602c407f5730bb90a8fa6fcfa7 /test/cases/compile_errors/function_ptr_alignment.zig
parente12dc4947c411d25c4c56d887e62d0e2b9addcb8 (diff)
parent7894703ee74a915206143f0b3efea082f999bb86 (diff)
downloadzig-da408bd6fce9e07daccd35f9257e6819f58fc767.tar.gz
zig-da408bd6fce9e07daccd35f9257e6819f58fc767.zip
Merge pull request #24585 from jacobly0/aarch64
aarch64: more progress
Diffstat (limited to 'test/cases/compile_errors/function_ptr_alignment.zig')
-rw-r--r--test/cases/compile_errors/function_ptr_alignment.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/compile_errors/function_ptr_alignment.zig b/test/cases/compile_errors/function_ptr_alignment.zig
index cf97e61f40..fd8aec06d0 100644
--- a/test/cases/compile_errors/function_ptr_alignment.zig
+++ b/test/cases/compile_errors/function_ptr_alignment.zig
@@ -10,7 +10,7 @@ comptime {
// error
// backend=stage2
-// target=native
+// target=x86_64-linux
//
// :8:41: error: expected type '*align(2) const fn () void', found '*const fn () void'
// :8:41: note: pointer alignment '1' cannot cast into pointer alignment '2'