summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/lleventdispatcher_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/tests/lleventdispatcher_test.cpp')
-rw-r--r--indra/llcommon/tests/lleventdispatcher_test.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llcommon/tests/lleventdispatcher_test.cpp b/indra/llcommon/tests/lleventdispatcher_test.cpp
index bdd8c16cec..c599672bc5 100644
--- a/indra/llcommon/tests/lleventdispatcher_test.cpp
+++ b/indra/llcommon/tests/lleventdispatcher_test.cpp
@@ -682,7 +682,7 @@ namespace tut
// (scalar | map | array (too short | too long | just right))
// [trap LL_WARNS for too-long case?]
// - (Free function | non-static method), arbitrary args, map style with
- // (scalar | array | map (all | too many | holes (with | without) defaults))
+ // (scalar | (array | map) (all | too many | holes (with | without) defaults))
// - const char* param gets ("" | NULL)
// Query cases:
@@ -1108,7 +1108,9 @@ namespace tut
std::string map_exc("needs a map");
call_exc("free0_map", 17, map_exc);
- call_exc("free0_map", LLSDArray("a")("b"), map_exc);
+ // Passing an array to a map-style function works now! No longer an
+ // error case!
+// call_exc("free0_map", LLSDArray("a")("b"), map_exc);
}
struct FunctionsTriple