Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2016-05-13 09:37:10 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-05-17 17:13:42 +0300
commit14cf40a7f06b97609ae27ac0e088ea677c383eec (patch)
tree102036b7383a44a8b405555e1a896371374367dc /main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs
parent3781aae4e4171e74d3744f67e0370d7c9b57fd92 (diff)
[SourceEditor] Text editor control implementation is now internal.
We've a large public editor infrastructure. The implementation is not ment for beeing used by addins.
Diffstat (limited to 'main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs')
-rw-r--r--main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs
index 44b6b769d6..8522319691 100644
--- a/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs
+++ b/main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/FoldingTests.cs
@@ -36,7 +36,7 @@ using MonoDevelop.Ide.Editor;
namespace Mono.TextEditor.Tests
{
[TestFixture()]
- public class FoldingTests
+ class FoldingTests
{
public static TextEditorData Create (string content)
{