From 4fa2e3ac8725eaaef6cfe6dbe11efe759e0a1d79 Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Fri, 22 Apr 2022 23:18:44 -0500 Subject: [PATCH] Use default template in the cfg tests (#4039) --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 176759aac..f4d7033cd 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -137,7 +137,6 @@ if (BUILD_TESTS) --error-exitcode=1 --suppress=missingIncludeSystem --inline-suppr - --template="{file}:{line}:{severity}:{id}:{message}" ${INCONCLUSIVE} ${CMAKE_CURRENT_SOURCE_DIR}/cfg/${CFG_TEST} )