Skip to content

Commit 8c0af90

Browse files
committed
Enhance test driver to support protected objects/types declarations
1 parent 13b2875 commit 8c0af90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testsuite/drivers/test_extractor.adb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ procedure Test_Extractor is
151151

152152
return Over;
153153

154-
when Ada_Single_Task_Decl | Ada_Task_Type_Decl =>
154+
when Ada_Single_Task_Decl | Ada_Task_Type_Decl
155+
| Ada_Single_Protected_Decl | Ada_Protected_Type_Decl
156+
=>
155157
Extract_And_Dump;
156158

157159
return Into;

0 commit comments

Comments
 (0)