From 2ad0bd95dc1f24856d002a99cb159138a703f024 Mon Sep 17 00:00:00 2001 From: liuyaning6 Date: Tue, 15 Mar 2022 17:46:45 +0800 Subject: [PATCH] format BUILD.gn Signed-off-by: liuyaning6 --- libc-test/src/functional/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/src/functional/BUILD.gn b/libc-test/src/functional/BUILD.gn index 91317b1c..902ea979 100644 --- a/libc-test/src/functional/BUILD.gn +++ b/libc-test/src/functional/BUILD.gn @@ -33,8 +33,8 @@ group("dso_shared") { deps = [ ":dlclose_reset_dso", ":dlopen_dso", + ":dlopen_ns_dso", ":tls_align_dso", ":tls_init_dso", - ":dlopen_ns_dso", ] } -- GitLab