diff options
Diffstat (limited to 'contrib/ada/mtest.adb')
-rw-r--r-- | contrib/ada/mtest.adb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/ada/mtest.adb b/contrib/ada/mtest.adb index 91a96cd..c4dfd08 100644 --- a/contrib/ada/mtest.adb +++ b/contrib/ada/mtest.adb | |||
@@ -5,10 +5,10 @@ | |||
5 | -- -- | 5 | -- -- |
6 | -- Open source license information is in the zlib.ads file. -- | 6 | -- Open source license information is in the zlib.ads file. -- |
7 | ---------------------------------------------------------------- | 7 | ---------------------------------------------------------------- |
8 | -- Continuous test for ZLib multithreading. If the test is fail | 8 | -- Continuous test for ZLib multithreading. If the test would fail |
9 | -- Wou should provide thread safe allocation routines for the Z_Stream. | 9 | -- we should provide thread safe allocation routines for the Z_Stream. |
10 | -- | 10 | -- |
11 | -- $Id: mtest.adb,v 1.2 2003/08/12 12:11:05 vagul Exp $ | 11 | -- $Id: mtest.adb,v 1.4 2004/07/23 07:49:54 vagul Exp $ |
12 | 12 | ||
13 | with ZLib; | 13 | with ZLib; |
14 | with Ada.Streams; | 14 | with Ada.Streams; |
@@ -148,6 +148,9 @@ procedure MTest is | |||
148 | 148 | ||
149 | pragma Unreferenced (Test); | 149 | pragma Unreferenced (Test); |
150 | 150 | ||
151 | Dummy : Character; | ||
152 | |||
151 | begin | 153 | begin |
152 | null; | 154 | Ada.Text_IO.Get_Immediate (Dummy); |
155 | Stop := True; | ||
153 | end MTest; | 156 | end MTest; |