Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
skordal committed Jun 25, 2020
1 parent 4d7b903 commit 8c9620b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/regex_test_cases.adb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ with Ada.Characters.Latin_1;

with AUnit.Assertions; use AUnit.Assertions;

with Regex.Debug;
with Regex.Matchers; use Regex.Matchers;
with Regex.Regular_Expressions; use Regex.Regular_Expressions;
with Regex.Syntax_Trees; use Regex.Syntax_Trees;
Expand Down Expand Up @@ -266,9 +265,6 @@ package body Regex_Test_Cases is
Test_Tree : Syntax_Tree_Node_Access := Clone_Tree (Original_Expression.Get_Syntax_Tree);
Test_Expr : constant Regular_Expression := Create (Test_Tree);
begin
Regex.Debug.Print_Syntax_Tree (Original_Expression.Get_Syntax_Tree);
Regex.Debug.Print_Syntax_Tree (Test_Tree);

Free_Recursively (Test_Tree);

Does_Not_Match_Empty_Strings (Test_Expr);
Expand Down

0 comments on commit 8c9620b

Please sign in to comment.