diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 17:24:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 17:24:16 -0400 |
commit | 74badfcfb07733214cbe5aa5ae02bd413f8465a2 (patch) | |
tree | f1dabff03453d87a78257d872acddb8f86f4da9c /indra/llcommon/tests/llleap_test.cpp | |
parent | e290d14f65946600939321d2471ce9d4b2508e3e (diff) | |
parent | 9289b96de48e0a3f57819ca173c5d5d51ad25c56 (diff) |
Merge remote 'release/luau-scripting' into release/luau-scripting
Diffstat (limited to 'indra/llcommon/tests/llleap_test.cpp')
-rw-r--r-- | indra/llcommon/tests/llleap_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/tests/llleap_test.cpp b/indra/llcommon/tests/llleap_test.cpp index 45395e5fce..773b373e72 100644 --- a/indra/llcommon/tests/llleap_test.cpp +++ b/indra/llcommon/tests/llleap_test.cpp @@ -300,8 +300,8 @@ namespace tut std::string threw = catch_what<LLLeap::Error>([&BADPYTHON](){ LLLeap::create("bad exe", BADPYTHON); }); - ensure_contains("LLLeap::create() didn't throw", threw, "failed"); - log.messageWith("failed"); + ensure_contains("LLLeap::create() didn't throw", threw, "Can't find"); + log.messageWith("Can't find"); log.messageWith(BADPYTHON); // try the suppress-exception variant ensure("bad launch returned non-NULL", ! LLLeap::create("bad exe", BADPYTHON, false)); |