[Libreoffice-commits] core.git: solenv/CompilerTest_compilerplugins_clang.mk

Stephan Bergmann sbergman at redhat.com
Tue Nov 22 09:35:16 UTC 2016


 solenv/CompilerTest_compilerplugins_clang.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4026c85d9d81bd49346597773c90e9167c4dae7b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 22 10:34:33 2016 +0100

    Sort lines lexicographically
    
    Change-Id: I4dc6bebb41b0e1beee58631fdf92dea82ae38db7

diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index ae1a07f..3045fba 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:


More information about the Libreoffice-commits mailing list