diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-17 17:14:47 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-17 17:14:47 +0000 |
commit | 9eaac40a360c84977f8daf9becf7a2b9f1a74fdb (patch) | |
tree | efe88e417d4f3ede5d898e9b965486d50cb27f65 /tests | |
parent | 1ff086703bb9e0c878e779cabc2bd909778bfd68 (diff) | |
download | ATCD-9eaac40a360c84977f8daf9becf7a2b9f1a74fdb.tar.gz |
CE's errno doesn't seem to get updated properly.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Buffer_Stream_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Buffer_Stream_Test.cpp b/tests/Buffer_Stream_Test.cpp index f667d670c40..0e787e47846 100644 --- a/tests/Buffer_Stream_Test.cpp +++ b/tests/Buffer_Stream_Test.cpp @@ -190,7 +190,9 @@ Consumer::svc (void) break; } +#if !defined (ACE_HAS_WINCE) ACE_ASSERT (result == 0 || errno == EWOULDBLOCK); +#endif /* ! ACE_HAS_WINCE */ return 0; } |