Fix ad hoc printf in test runner signal handler

This commit is contained in:
Feoramund
2024-06-02 23:36:04 -04:00
parent fa29974dab
commit 0ff130d82b

View File

@@ -51,7 +51,7 @@ stop_test_callback :: proc "c" (sig: libc.int) {
sigbuf[i] = cast(u8)('0' + m)
i -= 1
}
sigstr = cast(string)sigbuf[i:]
sigstr = cast(string)sigbuf[1 + i:len(sigbuf) - 1]
}
advisory_a := `