From 951f4af77dc21f7761cf9b9787f391e752e738ca Mon Sep 17 00:00:00 2001
From: Tofu Buzzard <no-email>
Date: Sun, 16 Jan 2011 13:37:26 +0000
Subject: [PATCH] local - nerf failing test (transplanted from
 2ca6263676abac96c6982880fc6ee2fe182a206a)

---
 indra/llui/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt
index 684e393cba1..3e94a4738b0 100644
--- a/indra/llui/CMakeLists.txt
+++ b/indra/llui/CMakeLists.txt
@@ -245,11 +245,11 @@ target_link_libraries(llui
     )
 
 # Add tests
-if (LL_TESTS)
+if (0 AND LL_TESTS)
 	include(LLAddBuildTest)
 	SET(llui_TEST_SOURCE_FILES
 		llurlmatch.cpp
 		llurlentry.cpp
 		)
 	LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}")
-endif (LL_TESTS)
\ No newline at end of file
+endif (0 AND LL_TESTS)
-- 
GitLab