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 * @{