commit d5c73a44b796aaaebe748b1a8cb862c7a3dadae1 (tree) parent fc20677fde9155c8dbd694eb157b63317623fbc6 Author: Alex Rønne Petersen <alex@alexrp.com> Date: Tue, 16 Sep 2025 14:42:38 +0200 test: rename issue_8550 standalone test to compile_asm Diffstat:
5 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/standalone/build.zig.zon b/test/standalone/build.zig.zon @@ -37,8 +37,8 @@ .issue_339 = .{ .path = "issue_339", }, - .issue_8550 = .{ - .path = "issue_8550", + .compile_asm = .{ + .path = "compile_asm", }, .issue_794 = .{ .path = "issue_794", diff --git a/test/standalone/issue_8550/boot.S b/test/standalone/compile_asm/boot.S diff --git a/test/standalone/issue_8550/build.zig b/test/standalone/compile_asm/build.zig diff --git a/test/standalone/issue_8550/linker.ld b/test/standalone/compile_asm/linker.ld diff --git a/test/standalone/issue_8550/main.zig b/test/standalone/compile_asm/main.zig