Several fixes for the compiler (#2422)

* Update .gitignore for nix

* Fix build failure when compiling with -Werror=maybe-uninitialized

* Fix test failure formatting

* Add separateDebugInfo to c3c Nix build
This commit is contained in:
vssukharev
2025-08-20 22:47:22 +03:00
committed by GitHub
parent 28ffb864a3
commit b7c9a4e2e9
4 changed files with 10 additions and 6 deletions

View File

@@ -140,7 +140,6 @@ fn void unmute_output(bool has_error) @local
usz log_size = test_context.fake_stdout.seek(0, Seek.CURSOR)!!;
if (has_error)
{
io::printf("\nTesting %s ", test_context.current_test_name);
io::printn(test_context.has_ansi_codes ? "[\e[0;31mFAIL\e[0m]" : "[FAIL]");
}