From e19be4c2a4d69d4a767bd346d92c365e46835283 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Sat, 14 Sep 2024 14:17:35 -0700 Subject: [PATCH] test_shutdown now always returns a value. --- tests/smoke/hello_cube/harness.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/smoke/hello_cube/harness.cpp b/tests/smoke/hello_cube/harness.cpp index 2be1904..ab694b0 100644 --- a/tests/smoke/hello_cube/harness.cpp +++ b/tests/smoke/hello_cube/harness.cpp @@ -76,4 +76,5 @@ bool test_shutdown() } KrShutdown(); + return true; }