From ec88d8a1d85b6308f2e3ba99a3aa79642acf9b35 Mon Sep 17 00:00:00 2001 From: nihuini Date: Thu, 20 Feb 2025 17:33:14 +0800 Subject: [PATCH] oops --- tests/test_paramdict.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_paramdict.cpp b/tests/test_paramdict.cpp index 4b7070b1767..e30663cafd7 100644 --- a/tests/test_paramdict.cpp +++ b/tests/test_paramdict.cpp @@ -636,6 +636,8 @@ static int test_paramdict_6() return -1; } } + + return 0; } int main()