diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-22 10:34:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-22 10:34:55 +0100 |
commit | 4026c85d9d81bd49346597773c90e9167c4dae7b (patch) | |
tree | 52185bc6ebf3ce3924162ef35e6517002039dfaf /solenv | |
parent | 8a50ea54546a51fc7a2a28174031e7351dbed10e (diff) |
Sort lines lexicographically
Change-Id: I4dc6bebb41b0e1beee58631fdf92dea82ae38db7
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index ae1a07f0245e..3045fba93796 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -10,9 +10,9 @@ $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang)) $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ - compilerplugins/clang/test/salbool \ - compilerplugins/clang/test/finalprotected \ compilerplugins/clang/test/datamembershadow \ + compilerplugins/clang/test/finalprotected \ + compilerplugins/clang/test/salbool \ )) # vim: set noet sw=4 ts=4: |