From f5deb13ce32126176fdae4ed6b3c38ab792738ef Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 21 Dec 2023 05:51:32 +0000 Subject: [PATCH] SWDEV-1 - Remove extra code added during merge conflict resolution Change-Id: I57a01c6c92958cabed303fe250dd872b03b07ca4 --- catch/include/hip_test_defgroups.hh | 31 ----------------------------- 1 file changed, 31 deletions(-) diff --git a/catch/include/hip_test_defgroups.hh b/catch/include/hip_test_defgroups.hh index 5294e11a5c..c34fc1202f 100644 --- a/catch/include/hip_test_defgroups.hh +++ b/catch/include/hip_test_defgroups.hh @@ -109,37 +109,6 @@ THE SOFTWARE. * @} */ - /** - * @addtogroup atomicExch atomicExch - * @{ - * @ingroup AtomicsTest - */ - -/** - * Test Description - * ------------------------ - * - Compiles atomicExch with invalid parameters. - * - Compiles the source with specialized Python tool. - * -# Utilizes sub-process to invoke compilation of faulty source. - * -# Performs post-processing of compiler output and counts errors. - * Test source - * ------------------------ - * - unit/atomics/CMakeLists.txt - * Test requirements - * ------------------------ - * - HIP_VERSION >= 5.2 - */ -TEST_CASE("Unit_atomicExch_Negative_Parameters") {} -/** - * End doxygen group atomicExch. - * @} - */ - -/** - * End doxygen group AtomicsTest. - * @} - */ - /** * @defgroup MemoryTest memory Management APIs * @{