summaryrefslogtreecommitdiff
path: root/indra/test/test.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-12-18 06:35:51 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-12-18 06:35:51 +0200
commit1620205138c307e79235bb915cb4512e26057505 (patch)
tree0e76eab2279d8292b51a17c753b98d01f24b7636 /indra/test/test.cpp
parent3954e5d802d29009abdc8a58438cea333df632a3 (diff)
parenta592292242e29d0379ee72572a434359e1e892d1 (diff)
Merge branch 'main' into DRTVWR-600-maint-A
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r--indra/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index 4987cf4727..a265e1273b 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -259,7 +259,7 @@ public:
break;
case tut::test_result::ex:
++mFailedTests;
- out << "exception: " << tr.exception_typeid;
+ out << "exception: " << LLError::Log::demangle(tr.exception_typeid.c_str());
break;
case tut::test_result::warn:
++mFailedTests;