From e088029e0ed27c3e40666a87a44820816ba3e8ef Mon Sep 17 00:00:00 2001 From: Marcin Hajder Date: Wed, 14 Jun 2023 14:56:32 +0200 Subject: [PATCH] minor fix --- test_conformance/select/test_select.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test_conformance/select/test_select.cpp b/test_conformance/select/test_select.cpp index 3e92d4625f..89e38a820a 100644 --- a/test_conformance/select/test_select.cpp +++ b/test_conformance/select/test_select.cpp @@ -75,7 +75,6 @@ static void printUsage( void ); if (errCodeResult != CL_SUCCESS) \ { \ gFailCount++; \ - ; \ print_error(errCodeResult, msg); \ return errCode; \ } \