From 2840267dabb5ea5bf2b4fe84591a8cdff55e1839 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mon, 14 Feb 2022 23:20:44 -0500 Subject: [PATCH] Fix mix tab and spaces --- rocm-compilersupport.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocm-compilersupport.spec b/rocm-compilersupport.spec index 4bb819a..47e338d 100644 --- a/rocm-compilersupport.spec +++ b/rocm-compilersupport.spec @@ -58,7 +58,7 @@ The API is documented in the header file: #FIXME Disable some tests with unhelpful errors, possibly a bug in the test: sed -i -e "/compile_test/d" \ - -e "/compile_minimal_test/d" \ + -e "/compile_minimal_test/d" \ -e "/compile_device_libs_test/d" \ -e "/compile_source_with_device_libs_to_bc_test/d" \ lib/comgr/test/CMakeLists.txt