From 238b1a0ee8609fe714ef20b800d9824ef28e86a5 Mon Sep 17 00:00:00 2001 From: NikitaBogoslovskiy <nbog@sfedu.ru> Date: Thu, 15 Sep 2022 22:27:57 +0300 Subject: [PATCH] uncomment one test in module 2 --- TestSimpleLexer/Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestSimpleLexer/Tests.cs b/TestSimpleLexer/Tests.cs index ea8d836..96f9e96 100644 --- a/TestSimpleLexer/Tests.cs +++ b/TestSimpleLexer/Tests.cs @@ -164,7 +164,7 @@ namespace TestSimpleLexer public class TestSimpleLexerComparisons { [Test] - [Ignore("This test is disabled")] + //[Ignore("This test is disabled")] public void TestComparisons() { string text = @"><>>=<=+<> > <="; -- GitLab