diff options
| -rw-r--r-- | indra/llcommon/tests/llprocess_test.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp index 9ee7890c7c..fb5cf12cb2 100644 --- a/indra/llcommon/tests/llprocess_test.cpp +++ b/indra/llcommon/tests/llprocess_test.cpp @@ -163,7 +163,7 @@ struct PythonProcessLauncher              mPy = LLProcess::create(mParams);              tut::ensure(STRINGIZE("Couldn't launch " << mDesc << " script"), bool(mPy));          } -        catch (const tut::failure& err); +        catch (const tut::failure& err)          {              std::ifstream inf(logpath.c_str());              if (! inf.is_open()) | 
