diff options
Diffstat (limited to 'csharp/test/TestCommon/TestHelper.cs')
-rw-r--r-- | csharp/test/TestCommon/TestHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs index 57d2da9d046..b2c0d723c88 100644 --- a/csharp/test/TestCommon/TestHelper.cs +++ b/csharp/test/TestCommon/TestHelper.cs @@ -130,7 +130,7 @@ namespace Test return _communicator; } - protected static void test(bool b) + public static void test(bool b) { if (!b) { |