diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 10:47:35 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-23 10:47:35 -0400 |
commit | 34e89de9f9325aed3b06d1658888e973e19a17fc (patch) | |
tree | 510d0b10c3f9b7c74edce7be324a5931c1d736ca /indra/llcommon | |
parent | dc5c10f6b74793cab5c188e6bec24ab28b336693 (diff) | |
parent | 65379a3b1784209193fda64fa6e99cfb9b87c340 (diff) |
Merge remote branch 'lua-script-args' into lua-script-args
Diffstat (limited to 'indra/llcommon')
-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 ca1939c81e..a345608299 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)); |