summaryrefslogtreecommitdiffhomepage
path: root/test-elf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test-elf.cpp')
-rw-r--r--test-elf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-elf.cpp b/test-elf.cpp
index dba220e..d3fa9a9 100644
--- a/test-elf.cpp
+++ b/test-elf.cpp
@@ -49,7 +49,7 @@ TEST_F(ElfTest, write) {
{
0x48, 0xc7, 0xc0, 0x3c, 0x00, 0x00, 0x00, // mov $0x3c,%rax # syscall 60
0x48, 0x31, 0xff, // xor %rdi,%rdi # exit code 0
- 0x0f, 0x05 // syscall
+ 0x0f, 0x05, // syscall
});
ASSERT_TRUE(fs::exists(TempFilename()));