diff options
| author | nat-goodspeed <nat@lindenlab.com> | 2023-07-18 18:15:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-18 18:15:56 +0300 |
| commit | 64a0911eeff765e43e634b7bad857a26cc931ce0 (patch) | |
| tree | 6019f8ead7a11f745380c83d1967d2136a347177 /indra/test/test.cpp | |
| parent | 4c848c8258aa0f8a29aed0bebf9cdbcf32a2c96f (diff) | |
| parent | 3b46c892719ced98cdb3265801cd5f62353b3ced (diff) | |
Merge pull request #280 from secondlife/dispatch-maint-v2
Major improvements to LLLeap functionality
Diffstat (limited to 'indra/test/test.cpp')
| -rw-r--r-- | indra/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index bb48216b2b..1161a6d8e4 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; |
