aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/TestHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/TestHelper.cs b/OpenSim/Tests/Common/TestHelper.cs
index 1ec9e65..2c52763 100644
--- a/OpenSim/Tests/Common/TestHelper.cs
+++ b/OpenSim/Tests/Common/TestHelper.cs
@@ -42,7 +42,7 @@ namespace OpenSim.Tests.Common
42 { 42 {
43 d(); 43 d();
44 } 44 }
45 catch(ArgumentException e) 45 catch(ArgumentException)
46 { 46 {
47 return true; 47 return true;
48 } 48 }