commit | 871b558524fad58a33d4b631a35881d764a0ecb6 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Tue Oct 15 22:54:30 2024 +0900 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Tue Oct 22 20:40:20 2024 +0200 |
tree | 4c87f95179be53c84096e1624b864a20aec012be | |
parent | ff70e2f4c44d3e2cfbe2d03b846c2ee570086905 [diff] |
tests: thrift: Remove 'newlib' from test identifiers The Thrift module tests were under the "newlib" namespace, presumably because newlib was the default at the time of their introduction. Since newlib is no longer the default libc and Thrift is not being tested against multiple C libraries, this removes the libc type from the Thrift test identifiers. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>