summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-12-24 02:16:53 +1100
committerJed Barber <jjbarber@y7mail.com>2020-12-24 02:16:53 +1100
commit7bb81a7890782cbce2d952f290acbb844bd39c58 (patch)
treef04672f2314a87cf760c804ea03ee379398da866
parentbf8e7781e9f6b4aab48e8f0401920f1b8ad681c5 (diff)
Polling pragma added to help with async selectHEADmaster
-rw-r--r--src/unit_tests.ads6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unit_tests.ads b/src/unit_tests.ads
index adb10f9..d1c5980 100644
--- a/src/unit_tests.ads
+++ b/src/unit_tests.ads
@@ -68,6 +68,12 @@ package Unit_Tests is
renames Ada.Strings.Unbounded.To_String;
+private
+
+
+ pragma Polling (On);
+
+
end Unit_Tests;