From b13bbd85625480a3bdb725a5ce28b03b14e4456c Mon Sep 17 00:00:00 2001 From: lengyang3 Date: Tue, 19 Dec 2023 13:39:01 +0800 Subject: [PATCH] fix tests/BUILD.gn format check error Signed-off-by: lengyang3 --- tests/BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/BUILD.gn b/tests/BUILD.gn index c9957b6..159d03a 100644 --- a/tests/BUILD.gn +++ b/tests/BUILD.gn @@ -143,6 +143,10 @@ ohos_executable("test_cl_layer") { group("tests") { deps = [ ":test_cl", + ":test_cl_d3d10", + ":test_cl_d3d11", + ":test_cl_dx9_media_sharing", + ":test_cl_dx9_media_sharing_intel", ":test_cl_egl", ":test_cl_ext", ":test_cl_ext_intel", @@ -150,14 +154,10 @@ group("tests") { ":test_cl_gl_ext", ":test_cl_half", ":test_cl_icd", + ":test_cl_layer", ":test_cl_platform", ":test_cl_version", ":test_headers", ":test_opencl", - ":test_cl_d3d10", - ":test_cl_d3d11", - ":test_cl_dx9_media_sharing", - ":test_cl_dx9_media_sharing_intel", - ":test_cl_layer" ] }