From 42e98813e4aba923453d84433c12cfdd29f07a47 Mon Sep 17 00:00:00 2001 From: Masato Nakasaka Date: Fri, 7 Aug 2026 02:17:16 -0700 Subject: [PATCH] Mitigate crashing issue on Windows MSYS2 UCRT64 environment (GCC 16.1.0) (#26555) --- tests/test-model-resolution.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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