summaryrefslogtreecommitdiff
path: root/test/packrat-lexer-debug.ads
diff options
context:
space:
mode:
Diffstat (limited to 'test/packrat-lexer-debug.ads')
-rw-r--r--test/packrat-lexer-debug.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/packrat-lexer-debug.ads b/test/packrat-lexer-debug.ads
index 05d05b2..bd6c2de 100644
--- a/test/packrat-lexer-debug.ads
+++ b/test/packrat-lexer-debug.ads
@@ -52,7 +52,7 @@ package Packrat.Lexer.Debug is
function Pass
(This : in Lexer_Context)
- return Element_Array;
+ return Traits.Element_Array;
function Length
(Vec : in Token_Vector)
@@ -61,7 +61,7 @@ package Packrat.Lexer.Debug is
function Element
(Vec : in Token_Vector;
Dex : in Positive)
- return Gen_Tokens.Token;
+ return Traits.Tokens.Token;