From abcb4e618287d1998e15bf42460d908cf51f994d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 21 Dec 2025 15:27:44 +0100 Subject: chore: refactor codebase with our testing naming format. Signed-off-by: Amlal El Mahrouss --- test/test_samples/sample.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_samples/sample.asm') diff --git a/test/test_samples/sample.asm b/test/test_samples/sample.asm index 82c0320..6b622f7 100644 --- a/test/test_samples/sample.asm +++ b/test/test_samples/sample.asm @@ -1,3 +1,4 @@ +;; \note This should compile. public_segment .code64 __ImageStart ;; rax is the return value register. mov rax, 5 -- cgit v1.2.3