diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 01:48:04 +0000 |
commit | 94c17f6904db3a5e396579e839f215c9e3c4c425 (patch) | |
tree | ceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /examples/Shared_Malloc | |
parent | bcaf3470c05d33fe1ad3b82eba00fa78630e6d8e (diff) | |
download | ATCD-94c17f6904db3a5e396579e839f215c9e3c4c425.tar.gz |
ChangeLogTag:Mon Nov 10 01:58:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/test_persistence.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp index 3d7a41563d7..500f822fe16 100644 --- a/examples/Shared_Malloc/test_persistence.cpp +++ b/examples/Shared_Malloc/test_persistence.cpp @@ -7,7 +7,10 @@ // sized buffers. This may cause buffers to overrun. #include "ace/Malloc.h" + +// FUZZ: disable check_for_streams_include #include "ace/streams.h" + #include "ace/Null_Mutex.h" ACE_RCSID(Shared_Malloc, test_persistence, "$Id$") |