From 43eea37daf162473c8c8e8279c9159d8b052ffdf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 13 Nov 2020 11:36:41 +1100 Subject: Refactored Tokens, Errors, Traits --- test/rat_tests-errors.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rat_tests-errors.adb') diff --git a/test/rat_tests-errors.adb b/test/rat_tests-errors.adb index 75d2c34..ee95004 100644 --- a/test/rat_tests-errors.adb +++ b/test/rat_tests-errors.adb @@ -1,6 +1,6 @@ -with Packrat; +with Packrat.Errors; package body Rat_Tests.Errors is -- cgit