From: Masato Nakasaka Date: Fri, 7 Aug 2026 09:17:16 +0000 (-0700) Subject: Mitigate crashing issue on Windows MSYS2 UCRT64 environment (GCC 16.1.0) (#26555) X-Git-Tag: upstream/0.0.10438~130 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=42e98813e4aba923453d84433c12cfdd29f07a47;p=pkg%2Fggml%2Fsources%2Fllama.cpp Mitigate crashing issue on Windows MSYS2 UCRT64 environment (GCC 16.1.0) (#26555) --- diff --git a/tests/test-model-resolution.cpp b/tests/test-model-resolution.cpp index a96e40bb2..2437eeec6 100644 --- a/tests/test-model-resolution.cpp +++ b/tests/test-model-resolution.cpp @@ -195,7 +195,7 @@ static const std::vector dspark_dflash = { struct plan_case { const char * name; - const std::vector & files; + const std::vector files; const char * hf_repo; const char * hf_file; bool sidecars; // request mmproj + mtp + dflash + eagle3 + dspark