From 56947ad5bbf0df7d35111010d0d5b7b3c19329cf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 27 May 2020 17:51:42 +1000 Subject: Removed Follow, Path; Added LNode, LEdge, Node_Path, Edge_Path, Contains functions for Paths --- tests.gpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.gpr') diff --git a/tests.gpr b/tests.gpr index 715b9c2..c893f55 100644 --- a/tests.gpr +++ b/tests.gpr @@ -21,7 +21,7 @@ project Tests is package Compiler is - for Default_Switches("Ada") use ("-gnaty4aAbcefhiklM100nprt"); + for Default_Switches("Ada") use ("-gnaty4aAbcefhiklM100nprt","-gnata"); end Compiler; -- cgit