From 9d3f2b289563cb7c845c8a35cb0e7553b21f85e2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Mar 2020 15:01:38 +0200 Subject: Fix ELF --- test-elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-elf.cpp') 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())); -- cgit v1.2.3