Update trust_tests.adb

This commit is contained in:
gravermistakes 2026-07-14 15:49:21 -07:00 committed by GitHub
parent 95f52ebc84
commit 41c424d975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,7 @@
-- this whole file is ad hoc and a placeholder
-- as a whole, this is out of date and needs correction
pragma SPARK_Mode (Off); -- test harness uses Ada.Text_IO
with Ada.Text_IO; use Ada.Text_IO;
with Trust_Boundary;