summaryrefslogtreecommitdiff
path: root/indra/llmessage/CMakeLists.txt
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-09-01 14:41:04 +0000
committerNat Goodspeed <nat@lindenlab.com>2009-09-01 14:41:04 +0000
commit3069355a6f33b7bbcfc8c493910a40e6836249e1 (patch)
tree02220b7fafc585f05fd0da080359105c696aa2f7 /indra/llmessage/CMakeLists.txt
parentcbad737f59572c9616920fbfb0a54877ade03f8a (diff)
DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r--indra/llmessage/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt
index 536a586b00..1e8b5517e4 100644
--- a/indra/llmessage/CMakeLists.txt
+++ b/indra/llmessage/CMakeLists.txt
@@ -240,8 +240,4 @@ IF (NOT LINUX AND VIEWER)
)
LL_ADD_PROJECT_UNIT_TESTS(llmessage "${llmessage_TEST_SOURCE_FILES}")
-
- # Commented out - see rationale at bottom of newview's build file + poppy 2009-06-05
- # Don't make llmessage depend on llsdmessage_test because ADD_COMM_BUILD_TEST depends on llmessage!
- # ADD_COMM_BUILD_TEST(llsdmessage "" "${CMAKE_CURRENT_SOURCE_DIR}/tests/test_llsdmessage_peer.py")
ENDIF (NOT LINUX AND VIEWER)