bug 1169: elf-support correct syntax errors
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 1 Dec 2023 17:49:51 +0000 (17:49 +0000)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 1 Dec 2023 20:49:02 +0000 (12:49 -0800)
src/openpower/test/elf/simple_cases.py

index f70467cce97574d0557cec7d2ff46933763afb99..77a1c3c9cb97956f652dfa80d0bd2dbb1d972c0d 100644 (file)
@@ -54,11 +54,12 @@ void _start() {
     syscall(SYS_write, 1, (const void *)msg_in_ro_data, sizeof(msg_in_ro_data) - 1);
     syscall(SYS_exit_group, 0);
 }
-""")
+"""
 
 just_exit = r"""
 void _start() {
     syscall(SYS_exit_group, 0);
+}
 """
 
 # we have to specify *all* sprs that our binary might possibly need to