summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-31 11:46:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-03-31 11:46:20 +0200
commit19e63ddbc265771b07b79af981db1a4a0d989086 (patch)
tree67007087d6650e99590eac5383ab4c82b85958af /o3tl
parente5bbb21b859e4191e323f25eee361a2d8cea6a08 (diff)
Sort lines lexicographically
Change-Id: I40cb900331493f7cdd13ceca1d5aec93f0c81aca
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/CppunitTest_o3tl_tests.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3tl/CppunitTest_o3tl_tests.mk b/o3tl/CppunitTest_o3tl_tests.mk
index eb13966c5a2d..6d7a1a811adb 100644
--- a/o3tl/CppunitTest_o3tl_tests.mk
+++ b/o3tl/CppunitTest_o3tl_tests.mk
@@ -29,10 +29,10 @@ $(eval $(call gb_CppunitTest_use_libraries,o3tl_tests,\
$(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\
o3tl/qa/cow_wrapper_clients \
o3tl/qa/test-cow_wrapper \
- o3tl/qa/test-vector_pool \
+ o3tl/qa/test-lru_map \
o3tl/qa/test-sorted_vector \
o3tl/qa/test-typed_flags \
- o3tl/qa/test-lru_map \
+ o3tl/qa/test-vector_pool \
))
# vim: set noet sw=4: