From cdfbf6b65db54ece1535810a187a413dc9dc63ff Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Wed, 15 Dec 2021 16:10:33 +0000 Subject: [PATCH] Remove test.h from .clang-format file Signed-off-by: Mateusz Jablonski --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index 311b584882..f112c61702 100644 --- a/.clang-format +++ b/.clang-format @@ -54,8 +54,6 @@ IncludeCategories: Priority: 1 - Regex: '^.(documentation|manifests|offline_compiler|opencl|scripts)/' Priority: 2 - - Regex: '^"test\.h"$' - Priority: 2 - Regex: '^.(level_zero)/' Priority: 3 - Regex: '(d3d9types|d3d10_1)\.h'