diff --git a/tests/test-gguf.cpp b/tests/test-gguf.cpp index 452bd5576..611957ac0 100644 --- a/tests/test-gguf.cpp +++ b/tests/test-gguf.cpp @@ -1084,7 +1084,7 @@ static std::pair test_roundtrip(ggml_backend_dev_t dev, const unsigned if (!file) { printf("%s: failed to create tmpfile(), needs elevated privileges on Windows"); printf("%s: skipping tests"); - return; + return std::make_pair(0, 0); } #else GGML_ASSERT(file);