lauromoura pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=31be3b6a5d55afdfeb2365e64d61c52d17926f7e
commit 31be3b6a5d55afdfeb2365e64d61c52d17926f7e Author: Bruno da Silva Belo <[email protected]> Date: Fri Oct 25 15:02:54 2019 -0300 csharp:Changing ex access modifier from Errors.cs. Summary: ref T8401 Reviewers: lauromoura, felipealmeida, YOhoho, segfaultxavi Reviewed By: lauromoura Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8401 Differential Revision: https://phab.enlightenment.org/D10502 --- src/tests/efl_mono/Errors.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/efl_mono/Errors.cs b/src/tests/efl_mono/Errors.cs index e7f73f9b5f..ee22ff9619 100644 --- a/src/tests/efl_mono/Errors.cs +++ b/src/tests/efl_mono/Errors.cs @@ -36,7 +36,7 @@ class TestEinaError class TestEolianError { - class CustomException : Exception { + public class CustomException : Exception { public CustomException(string msg): base(msg) {} } --
