mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update QOI type names.
This commit is contained in:
@@ -11,7 +11,7 @@ fn void! test_qoi_all()
|
||||
{
|
||||
@pool() {
|
||||
// create a test descriptor
|
||||
qoi::Desc test_desc;
|
||||
QOIDesc test_desc;
|
||||
|
||||
// decode the test data
|
||||
char[] decoded = qoi::decode(TEST_QOI_DATA[..], &test_desc)!;
|
||||
|
||||
Reference in New Issue
Block a user