]> git.draconx.ca Git - cdecl99.git/commit
tests: Remove stray semicolons from errthread test.
authorNick Bowler <nbowler@draconx.ca>
Thu, 4 Apr 2024 01:11:11 +0000 (21:11 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 4 Apr 2024 01:13:00 +0000 (21:13 -0400)
commitb04b9661ec2aa112cde483c4c43c0fa616e7549f
treee9346c721128aeb3433b8c8a8bcc4e8e0af706bc
parent901aa884ca82351d946ae0f6c9fb3f222f780a20
tests: Remove stray semicolons from errthread test.

At toplevel (outside of any C function) it is not valid to have
extra semicolons, even though most compilers don't actually care.
t/errthread.c