Commit d5c73a44b7

Alex Rønne Petersen <alex@alexrp.com>
2025-09-16 14:42:38
test: rename issue_8550 standalone test to compile_asm
1 parent fc20677
Changed files (5)
test/standalone/issue_8550/boot.S → test/standalone/compile_asm/boot.S
File renamed without changes
test/standalone/issue_8550/build.zig → test/standalone/compile_asm/build.zig
File renamed without changes
test/standalone/issue_8550/linker.ld → test/standalone/compile_asm/linker.ld
File renamed without changes
test/standalone/issue_8550/main.zig → test/standalone/compile_asm/main.zig
File renamed without changes
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",