Fixes
Some checks failed
CI / build-linux-and-wasm (x64-linux) (push) Has been cancelled

This commit is contained in:
2026-01-26 09:30:36 +05:30
parent 5a56871ae5
commit fac013d63f
43 changed files with 516 additions and 542 deletions

View File

@ -33,7 +33,7 @@ IACORE_MAIN() {
<< "===============================================================\n"
<< console::RESET << "\n";
Const<i32> result = Test::TestRegistry::run_all();
const i32 result = Test::TestRegistry::run_all();
SocketOps::terminate();